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