VideoMetadataV3Fragment: {
    __typename: "VideoMetadataV3";
    appId: string | null;
    asset: PublicationMetadataMediaVideoFragment;
    attachments: (PublicationMetadataMediaAudioFragment | PublicationMetadataMediaImageFragment | PublicationMetadataMediaVideoFragment)[] | null;
    attributes: {
        __typename: "MetadataAttribute";
        key: string;
        type: MetadataAttributeType;
        value: string;
    }[] | null;
    content: string;
    contentWarning: PublicationContentWarningType | null;
    encryptedWith: PublicationMetadataLitEncryptionFragment | null;
    hideFromFeed: boolean;
    id: string;
    isShortVideo: boolean;
    locale: string;
    marketplace: MarketplaceMetadataFragment | null;
    rawURI: string;
    tags: string[] | null;
    title: string;
}

Type declaration