UNPKG

@cognigy/rest-api-client

Version:

Cognigy REST-Client

26 lines 610 B
export const fileStorageSettingsSchema = { "title": "rceSettingsSchema", "type": "object", "additionalProperties": false, "properties": { "enabled": { "type": "boolean" }, "dropzoneText": { "type": "string" }, "storageProvider": { "type": "string" }, "awsConnection": { "type": "string" }, "azureConnection": { "type": "string" }, "googleCloudConnection": { "type": "string" }, } }; //# sourceMappingURL=fileStorage.js.map