@oneblink/storage
    Preparing search index...

    Type Alias UploadAiConversationAttachmentOptions

    UploadAiConversationAttachmentOptions: UploadOptions & {
        contentType: string;
        data: AttachmentUploadData;
        fileName: string;
        organisationId: string;
    }

    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

    • organisationId: string

      The identifier for the organisation that owns the AI conversation