N resolves to, read from the TapProcedureMap
augmentation.
Type Parameters
N
N extends TapProcedureNameDocumentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
The output type procedure N resolves to, read from the TapProcedureMap augmentation.
type TapProcedureOutput<N> = TapProcedureEntries[N] & {
output: unknown;
}["output"];
N resolves to, read from the TapProcedureMap
augmentation.
N extends TapProcedureNameWas this page helpful?