feat: reoede web to tailwindcss
This commit is contained in:
Vendored
+11
@@ -0,0 +1,11 @@
|
||||
import { AxiosInstance, AxiosResponse } from 'axios';
|
||||
|
||||
export interface ApiResponse<T = any> {
|
||||
code: number;
|
||||
msg: string;
|
||||
data: T;
|
||||
}
|
||||
|
||||
export declare const request: AxiosInstance;
|
||||
export declare function handleException(error: any): void;
|
||||
export declare function logout(): void;
|
||||
Reference in New Issue
Block a user