feat: 所有的类型检查

This commit is contained in:
手瓜一十雪
2025-11-15 12:57:19 +08:00
parent 19888d52dc
commit df824d77ae
50 changed files with 477 additions and 94 deletions

View File

@@ -1,6 +1,6 @@
import type { Response } from 'express';
import { ResponseCode, HttpStatusCode } from '@/napcat-webui-backend/const/status';
import { ResponseCode, HttpStatusCode } from '@/napcat-webui-backend/src/const/status';
export const sendResponse = <T>(
res: Response,