API reference@evolu/commonType › StartsWithError

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

Error returned when startsWith rejects a string.

Extends

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

TypeError.type


value

readonly value: string;

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