API reference / @evolu/common / Type / StandardSchemaV1 / InferInput
Type Alias: InferInput<Schema>
type InferInput<Schema> = NonNullable<Schema["~standard"]["types"]>["input"];
Defined in: packages/common/src/Type.ts:4275
Infers the input type of a Standard Schema.
Type Parameters
| Type Parameter |
|---|
Schema extends StandardSchemaV1 |