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

# TapProcedures

> The tap.server object, with one call per procedure in the TapProcedureMap augmentation.

```ts theme={null}
type TapProcedures = { [N in TapProcedureName]: (input: TapProcedureInput<N>) => Promise<TapProcedureOutput<N>> };
```

The `tap.server` object, with one call per procedure in the
`TapProcedureMap` augmentation.
