API reference › @evolu/common › Type › BooleanFromStringError
Defined in: packages/common/src/Type.ts:3223
Error returned when a string is neither true nor false.
Extends
TypeError<"BooleanFromString">
Properties
type
readonly type: "BooleanFromString";
Defined in: packages/common/src/Type.ts:893
Inherited from
value
readonly value: string;
Defined in: packages/common/src/Type.ts:3224