Interface GetCatalogAttachmentUploadUrlResponse

interface GetCatalogAttachmentUploadUrlResponse {
    url: string;
}

Properties

Properties

url: string

Signed url that the file can be uploaded to

Generated using TypeDoc