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