import { AnyFunc } from "./func.types"; export type Arguments = { prefixURI?: string; accountNonExpired?: boolean; accountNonLocked?: boolean; credentialsNonExpired?: boolean; roles?: []; deptId?: string; deptName?: string; enabled?: boolean; userType?: boolean; authorities?: []; menus?: []; dsn: string; tenant: string; system: string; token: string; userId?: string; userCode?: string; username?: string; realname?: string; account?: string; position?: boolean; hashRoute?: boolean; extra?: { [key: string]: any; }; maxCacheLength?: number; maxWaitingTime?: number; ignoreErrors?: Array; ignoreRequest?: Array; beforeEventAdd?: AnyFunc[]; beforeEventSend?: AnyFunc[]; afterEventSend?: AnyFunc[]; }; //# sourceMappingURL=argments.d.ts.map