remix/data-table · FunctionView Source
getTableReference
Summary
Creates a plain table reference snapshot from a table instance.
Signature
function getTableReference<table extends AnyTable>(
table: table,
): TableReference<table>;
Returns
Table metadata snapshot.