mirror of
https://github.com/sqlchat/sqlchat.git
synced 2025-07-28 17:53:21 +08:00
chore: update request error message
This commit is contained in:
5
types/api.ts
Normal file
5
types/api.ts
Normal file
@ -0,0 +1,5 @@
|
||||
export type ResponseObject<T> = {
|
||||
data: T;
|
||||
message?: string;
|
||||
code?: string;
|
||||
};
|
Reference in New Issue
Block a user