Skip to main content

ConfigurationSchema

@codebolt/types


Interface: ConfigurationSchema

Defined in: common/types/src/codeboltjstypes/libFunctionTypes/internal.ts:375

Properties

PropertyTypeDefined in
propertiesRecord<string, { default?: any; description?: string; required?: boolean; type: string; }>common/types/src/codeboltjstypes/libFunctionTypes/internal.ts:377
required?string[]common/types/src/codeboltjstypes/libFunctionTypes/internal.ts:383
type"object"common/types/src/codeboltjstypes/libFunctionTypes/internal.ts:376