import type { IResponse } from '../_interfaces/IQuery'; import type { CurrentUserInfo } from '../_interfaces/IUser'; export declare type getAccountInterface = (params: any) => Promise; export declare const getCurrentUserInfo: () => Promise>; /** * 带钉钉号的用户信息 */ export interface IDingUser { age: number; avatar: string; dept: string; dingTalkId: string; divisionAge: string; email: string; entryDate: string; holiday: string; name: string; post: string; workNo: string; }