Type alias LoginResponse

LoginResponse: {
    id: string;
    type: ServiceType;
    username: string;
}

Type declaration