Type Alias: InferStandardOutput<T>
ts
type InferStandardOutput<T> = T extends StandardSchemaV1<unknown, infer O> ? O : never;Defined in: packages/core/src/core/StandardSchema.ts:74
Infer the output type from a Standard Schema.
Type Parameters
| Type Parameter |
|---|
T |