API reference › @evolu/common › Type › StartsWithError
Defined in: packages/common/src/Type.ts:6589
Error returned when startsWith rejects a string.
Extends
TypeError<`StartsWith${Prefix}`>
Properties
prefix
readonly prefix: Prefix;
Defined in: packages/common/src/Type.ts:6593
type
readonly type: `StartsWith${Prefix}`;
Defined in: packages/common/src/Type.ts:893
Inherited from
value
readonly value: string;
Defined in: packages/common/src/Type.ts:6592