AnyDomainTableClient
AnyDomainTableClient =
DomainTableClient<any,any,any,any,any>
Defined in: js-api/src/ui/domains/domains-editor.ts:173
A domain client with its row/insert/column/expand/update generics erased — what
the REFLECTIVE widgets take. A TYPED client fits it, so a generated <Table>Ui
(or a DomainTable handle) keeps its own generics and is still usable here.
The update generic must be erased explicitly: its Partial<TRow> default is a
real object type, and update() would then reject a typed client's payload.