Attachment upload configurations

interface AttachmentUploadConfigurations {
    allowedAttachmentContentTypes: string[];
    maxAttachmentSizeMB: number;
}

Properties

allowedAttachmentContentTypes: string[]

allowed attachment content types

maxAttachmentSizeMB: number

max attachment size in MB

Generated using TypeDoc