> ## 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.

# TapProcedureOutput

> The output type procedure N resolves to, read from the TapProcedureMap augmentation.

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

The output type procedure `N` resolves to, read from the `TapProcedureMap`
augmentation.

## Type Parameters

### N

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