Interface: StandardSuccessResult<Output>

The result interface if validation succeeds.

Type Parameters

Output

Properties

issues?

readonly optional issues: undefined

The non-existent issues.

Defined in

node_modules/.pnpm/@standard-schema+spec@1.0.0-beta.3/node_modules/@standard-schema/spec/dist/index.d.ts:47


value

readonly value: Output

The typed output value.

Defined in

node_modules/.pnpm/@standard-schema+spec@1.0.0-beta.3/node_modules/@standard-schema/spec/dist/index.d.ts:43