InferInput
InferInput<
S> =SextendsInputSchema<infer T> ?T:never
Defined in: packages/actions/src/input-schema.ts:237
Result type produced by an InputParser — the typed object the caller’s action handler receives.
Type Parameters
Section titled “Type Parameters”S