@@ -17,4 +17,5 @@ export type ISuccessResponse<T = any> = ICommonResponse<T> & { code: 0 };
|
||||
/** 语义化的错误响应类型 */
|
||||
export type IErrorResponse = ICommonResponse<null> & { code: number };
|
||||
|
||||
export * from "./openai";
|
||||
export * from "./user";
|
||||
|
||||
Reference in New Issue
Block a user