Matches an existing table in a map.

interface TableReference {
    id?: string;
    title?: string;
}

Properties

Properties

id?: string

The table's ID.

title?: string

The table's title.