export interface AuthRepository { login(username: string, password: string): Promise logout(): Promise socialLink(): Promise }