sean.zhou
2023-03-14 b09ed762edb698bb12b11beb28ee7c2de76ceecc
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 {