Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

EventVenue

import type { EventVenue } from "https://googleapis.deno.dev/v1/walletobjects:v1.ts";
interface EventVenue {
address?: LocalizedString;
kind?: string;
}

§Properties

§

The address of the venue, such as "24 Willie Mays Plaza\nSan Francisco, CA 94107". Address lines are separated by line feed (\n) characters. This is required.

§
kind?: string
[src]

Identifies what kind of resource this is. Value: the fixed string "walletobjects#eventVenue".

§

The name of the venue, such as "AT&T Park". This is required.