export interface UpdateBasicAuthRequest { provider?: string; username?: string; password?: string; }