export interface AxiosAuthOpts { email: string password: string org?: string dep?: string adminMode?: boolean directoryUrl?: string axiosOpts?: any }