getTableReference

View Source

Summary

Creates a plain table reference snapshot from a table instance.

Signature

function getTableReference<table extends AnyTable>(
  table: table,
): TableReference<table>;

Params

table

Returns

Table metadata snapshot.