declare global { interface Window { fs: any; APP_VERSION: string; APP_SUB_VERSION: string; } } type Res = { code: number; message: string; result: any; success: boolean; timestamp: number; } interface User { } export { };