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