Interface GetCatalogAttachmentUploadUrlInput

interface GetCatalogAttachmentUploadUrlInput {
    contentLength: number;
    contentType: string;
    organizationId: string;
}

Properties

contentLength: number

Length of the content (bytes)

contentType: string

Mimetype of the content

organizationId: string

Id of the linked organization for this attachment

Generated using TypeDoc