resolveAttachment
Resolves an attachment to a REST API attachment.
Signature
export declare function resolveAttachment(resolve: Attachment | AttachmentBuilder | AttachmentData | RESTAPIAttachment): Omit<RESTAPIAttachment, 'id'>;JSDoc
Parameters
resolve- The attachment or attachment data to resolve.
Returns
The resolved REST API attachment.
Members
This export does not declare public properties or methods in the generated declaration file.