ThreeDMetadataDetails: PostMetadataCommon & {
    assets: ThreeDAsset[];
    attachments?: AnyMedia[];
    content?: Markdown;
    mainContentFocus: THREE_D;
}

Type declaration

  • assets: ThreeDAsset[]

    The 3D items for the post.

  • Optional attachments?: AnyMedia[]

    The other attachments you want to include with it.

  • Optional content?: Markdown

    Optional markdown content.

  • mainContentFocus: THREE_D

    The main focus of the post.