export interface LogInRequest {
    service: string;
    domain: string;
    username: string;
    password: string;
}
