first commit
This commit is contained in:
Vendored
+15
@@ -0,0 +1,15 @@
|
||||
import ''
|
||||
|
||||
/**
|
||||
* 响应数据结构
|
||||
*/
|
||||
declare global {
|
||||
interface ResponseData<T = any> {
|
||||
code: number;
|
||||
data: T;
|
||||
message: string;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
export {};
|
||||
Reference in New Issue
Block a user