interface DeleteCatalogAttachmentInput {
    attachmentId: string;
    organizationId: string;
}

Properties

attachmentId: string

Unique identifier for the attachment

organizationId: string

Id of the linked organization for this attachment

Generated using TypeDoc