Skip to content

Variable: AttachmentSettingsSchema

ts
const AttachmentSettingsSchema: ZodObject<{
  enabled: ZodOptional<ZodBoolean>;
  uploadLimit: ZodOptional<ZodNumber>;
}, $loose>;

Defined in: src/cloud/models/attachmentSettings.ts:5

Details of the instance's attachment settings.