Press shift + S to search API reference.
An object describing a Table, a View, or both.
type TableAndOrView = {table: TableId | string;view?: ViewId | string;} | {table?: TableId | string;view: ViewId | string;}