Skip to content

Interface: StandardSchemaIssue

Defined in: packages/core/src/core/StandardSchema.ts:50

Issue reported by a Standard Schema validator.

Properties

message

ts
readonly message: string;

Defined in: packages/core/src/core/StandardSchema.ts:51


path?

ts
readonly optional path: readonly (string | number | symbol)[];

Defined in: packages/core/src/core/StandardSchema.ts:52