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

# TapProcedureName

> The procedure names in the TapProcedureMap augmentation, which is what useTapServer and tap.invalidate accept.

```ts theme={null}
type TapProcedureName = Extract<keyof TapProcedureEntries, string>;
```

The procedure names in the `TapProcedureMap` augmentation, which is what
`useTapServer` and `tap.invalidate` accept.
