export interface AuthBasic { username?: string | null; password?: string | null; }