export interface CustomAuthParams {
    [key: string]: any;
}
