Type alias AttachmentMetadata

AttachmentMetadata: {
    [key: string]: string;
}

A key-value map of user-defined metadata for an attachment.

Type declaration

  • [key: string]: string