API reference@evolu/commonType › TableIdError

Defined in: packages/common/src/Type.ts:6098

Error returned when a string is not a valid Id for the expected table.

Extends

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

TypeError.type


value

readonly value: string;

Defined in: packages/common/src/Type.ts:6102