/** * The `getTable` argument: whether to `wait` for a `Table`, and the target * panel. */ export type GetTableOptions = { wait?: boolean; panel?: string; };