LinkMetadataDetails: PublicationMetadataCommon & {
    attachments?: AnyMedia[];
    content?: EncryptableMarkdown;
    mainContentFocus: LINK;
    sharingLink: EncryptableURI;
}

Type declaration

  • Optional attachments?: AnyMedia[]

    The other attachments you want to include with it.

  • Optional content?: EncryptableMarkdown

    Optional markdown content.

  • mainContentFocus: LINK

    The main focus of the publication.

  • sharingLink: EncryptableURI

    The sharing link url.