Skip to content

rulvar API reference


rulvar API reference / @rulvar/rulvar / StandardSchemaV1 / Types

Interface: Types<Input, Output>

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

The Standard types interface.

Extends

  • Types<Input, Output>

Type Parameters

Type ParameterDefault type
Inputunknown
OutputInput

Properties

PropertyModifierTypeDescriptionInherited fromDefined in
inputreadonlyInputThe input type of the schema.StandardTypedV1.Types.inputpackages/core/dist/index.d.ts
outputreadonlyOutputThe output type of the schema.StandardTypedV1.Types.outputpackages/core/dist/index.d.ts