Skip to content

toolmark-monorepo / @toolmark/core / StandardSchemaV1

Interface: StandardSchemaV1<Input, Output> ​

Defined in: packages/core/src/standard-schema.ts:43

The Standard Schema interface.

Type Parameters ​

Input ​

Input = unknown

Output ​

Output = Input

Properties ​

~standard ​

readonly ~standard: Props<Input, Output>

Defined in: packages/core/src/standard-schema.ts:45

The Standard Schema properties.