API reference › @evolu/common › Type › TableIdError
Defined in: packages/common/src/Type.ts:6098
Error returned when a string is not a valid Id for the expected table.
Extends
TypeError<"TableId">
Properties
table
readonly table: Table;
Defined in: packages/common/src/Type.ts:6101
type
readonly type: "TableId";
Defined in: packages/common/src/Type.ts:870
Inherited from
value
readonly value: string;
Defined in: packages/common/src/Type.ts:6102