export interface KeycloakLogin {
    clientId: string;
    username: string;
    password: string;
    clientSecret?: string;
}
