export default interface IKeycloakAuthorizationConfig { baseUrl: string; realm: string; timeout?: number; }