Type alias UploadAiBuilderAttachmentOptions

UploadAiBuilderAttachmentOptions: UploadOptions & {
    contentType: string;
    data: AttachmentUploadData;
    fileName: string;
    formId: number;
}

Type declaration

  • contentType: string

    A standard MIME type describing the format of the contents

  • data: AttachmentUploadData

    The file data to upload

  • fileName: string

    The name of the file being uploaded

  • formId: number

    The id of the Form that the AI Builder is being used with