type InferSchema<T> = T extends StandardSchemaV1<infer _, infer Out> ? Out : never;
Defined in: packages/workflow-core/src/types.ts:9
T