export interface IUsernameAndPassword { username: string; password: string; }