mirror of
https://gitee.com/h_mo/uniapp-vue3-vite-ts-template
synced 2025-04-05 19:41:44 +08:00
6 lines
79 B
TypeScript
6 lines
79 B
TypeScript
declare interface API<T = any> {
|
|
code: number;
|
|
data?: T;
|
|
message: string;
|
|
}
|