Skip to content

rulvar API reference


rulvar API reference / @rulvar/rulvar / StandardJSONSchemaV1 / InferOutput

Type Alias: InferOutput<Schema>

ts
type InferOutput<Schema> = StandardTypedV1.InferOutput<Schema>;

Defined in: packages/core/dist/index.d.ts

Infers the output type of a Standard.

Type Parameters

Type Parameter
Schema extends StandardTypedV1