PublicationMetadataMediaVideo: {
    __typename: "PublicationMetadataMediaVideo";
    altTag: string | null;
    attributes: {
        key: string;
        type: MetadataAttributeType;
        value: string;
    }[] | null;
    cover: EncryptableImageSet | null;
    duration: number | null;
    license: PublicationMetadataLicenseType | null;
    video: EncryptableVideoSet;
}

Type declaration