胡思旗
2023-08-28 dcfcb1f1c1f0e0d9084082b14f2b8997dca6fe0f
src/api/http/type.ts
@@ -19,11 +19,11 @@
}
// Workspace
export interface IWorkspaceResponse<T> {
[x: string]: number;
 code: number;
 data: T;
 message: string;
}
export type IStatus = 'WAITING' | 'DOING' | 'SUCCESS' | 'FAILED';
export interface CommonListResponse<T> extends IResult {