Skip to content

rulvar API reference


rulvar API reference / @rulvar/rulvar / StandardSchemaV1 / InferInput

Type Alias: InferInput<Schema>

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

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

Infers the input type of a Standard.

Type Parameters

Type Parameter
Schema extends StandardTypedV1