EventMetadataV3Fragment: {
    __typename: "EventMetadataV3";
    appId: string | null;
    attachments: (PublicationMetadataMediaAudioFragment | PublicationMetadataMediaImageFragment | PublicationMetadataMediaVideoFragment)[] | null;
    attributes: {
        __typename: "MetadataAttribute";
        key: string;
        type: MetadataAttributeType;
        value: string;
    }[] | null;
    contentWarning: PublicationContentWarningType | null;
    encryptedWith: PublicationMetadataLitEncryptionFragment | null;
    endsAt: string;
    geographic: GeoLocationFragment | null;
    hideFromFeed: boolean;
    id: string;
    links: string[] | null;
    locale: string;
    location: string;
    marketplace: MarketplaceMetadataFragment | null;
    rawURI: string;
    startsAt: string;
    tags: string[] | null;
}

Type declaration