Type Alias APISettings

type APISettings = {
    "enable-conditions": boolean;
    tenantId?: string;
}
Index

Properties

"enable-conditions": boolean

Whether API endpoints for condition manager are enabled

tenantId?: string

These persisted api settings are only available for this tenant. Extracted from request JWT.