Type Alias BckndServiceCapabilities
BckndServiceCapabilities: {
basic?: {
createExecutions?: boolean;
multitenant?: boolean;
staticDeployments?: boolean;
userDeployments?: boolean;
userPromptTemplates?: boolean;
} & Record<string, any>;
logs?: { deployments?: boolean; executions?: boolean } & Record<
string,
any,
>;
} & Record<string, any>
Type Declaration
Optionalbasic?: {
createExecutions?: boolean;
multitenant?: boolean;
staticDeployments?: boolean;
userDeployments?: boolean;
userPromptTemplates?: boolean;
} & Record<string, any>
Optionallogs?: { deployments?: boolean; executions?: boolean } & Record<string, any>
Representation of the 'BckndServiceCapabilities' schema.