refactor Network
This commit is contained in:
+1
-1
@@ -13,7 +13,7 @@ export type Model = {
|
||||
deletedAt?: number;
|
||||
}
|
||||
|
||||
export type Response<T> = {
|
||||
export type ApiResponse<T> = {
|
||||
code: number;
|
||||
msg?: string;
|
||||
data: T;
|
||||
|
||||
Reference in New Issue
Block a user