ThreeDMetadataV3: {
    __typename: "ThreeDMetadataV3";
    appId: AppId | null;
    assets: ThreeDMetadataV3Asset[];
    attachments: (PublicationMetadataMediaAudio | PublicationMetadataMediaImage | PublicationMetadataMediaVideo)[] | null;
    attributes: {
        key: string;
        type: MetadataAttributeType;
        value: string;
    }[] | null;
    content: string;
    contentWarning: PublicationContentWarningType | null;
    encryptedWith: PublicationMetadataLitEncryption | null;
    hideFromFeed: boolean;
    id: string;
    locale: string;
    marketplace: MarketplaceMetadata | null;
    rawURI: URI;
    tags: string[] | null;
}

Type declaration