LinkMetadataDetails: PostMetadataCommon & {
    attachments?: AnyMedia[];
    content?: Markdown;
    mainContentFocus: LINK;
    sharingLink: URI;
}

Type declaration

  • Optional attachments?: AnyMedia[]

    The other attachments you want to include with it.

  • Optional content?: Markdown

    Optional markdown content.

  • mainContentFocus: LINK

    The main focus of the post.

  • sharingLink: URI

    The sharing link url.