PublicationMetadataMediaVideoFragment: {
    __typename: "PublicationMetadataMediaVideo";
    altTag: string | null;
    cover: EncryptableImageSetFragment | null;
    duration: number | null;
    license: PublicationMetadataLicenseType | null;
    video: EncryptableVideoSetFragment;
}

Type declaration