mirror of
https://github.com/NapNeko/NapCatQQ.git
synced 2026-02-13 00:10:27 +00:00
feat: 所有的类型检查
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user