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