type InferSchema<T> = T extends StandardSchemaV1<infer _, infer Out> ? Out : never;
Defined in: packages/workflow-core/src/types.ts:9
T
Full-stack Framework powered by TanStack Router for React and Solid
Type-safe Routing for React and Solid applications