API reference › @evolu/common › Type › TableIdError
Defined in: packages/common/src/Type.ts:7412
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:7415
type
readonly type: "TableId";
Defined in: packages/common/src/Type.ts:893
Inherited from
value
readonly value: string;
Defined in: packages/common/src/Type.ts:7416