interface BasicAuthCredentials { readonly username: string; readonly password: string; } export default BasicAuthCredentials;