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

EventSeat

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

§Properties

§

The gate the ticket holder should enter to get to their seat, such as "A" or "West". This field is localizable so you may translate words or use different alphabets for the characters in an identifier.

§
kind?: string
[src]

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

§

The row of the seat, such as "1", E", "BB", or "A5". This field is localizable so you may translate words or use different alphabets for the characters in an identifier.

§

The seat number, such as "1", "2", "3", or any other seat identifier. This field is localizable so you may translate words or use different alphabets for the characters in an identifier.

§

The section of the seat, such as "121". This field is localizable so you may translate words or use different alphabets for the characters in an identifier.