> ## Documentation Index
> Fetch the complete documentation index at: https://docs.tappify.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# TapProcedureInput

> The input type procedure N takes, read from the TapProcedureMap augmentation.

```ts theme={null}
type TapProcedureInput<N> = TapProcedureEntries[N] & {
  input: unknown;
}["input"];
```

The input type procedure `N` takes, read from the `TapProcedureMap`
augmentation.

## Type Parameters

### N

`N` *extends* [`TapProcedureName`](/extensions/reference/frontend-api/TypeAlias.TapProcedureName)
