interface GenericServiceOpts {
    basePath: string;
    keycloak?: Keycloak;
}

Properties

Properties

basePath: string
keycloak?: Keycloak