Skip to content

InferInput

InferInput<S> = S extends InputSchema<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.

S