A takes, read from the TapActionMap augmentation.
Type Parameters
A
A extends ActionIdDocumentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
The input type action A takes, read from the TapActionMap augmentation.
type ActionInput<A> = A extends keyof TapActionMap ? TapActionMap[A] extends {
input: infer I;
} ? I : unknown : unknown;
A takes, read from the TapActionMap augmentation.
A extends ActionIdWas this page helpful?