Type alias EventMetadataV3
Type declaration
__typename: "EventMetadataV3"
appId: AppId | null
attributes: {
key: string;
type: MetadataAttributeType;
value: string;
}[] | null
endsAt: string
hideFromFeed: boolean
id: string
links: string[] | null
locale: string
location: string
rawURI: URI
startsAt: string
tags: string[] | null