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

# TelemetryEvent

> The telemetry names in the TapTelemetryEvents augmentation, which is what tap.telemetry.event accepts.

```ts theme={null}
type TelemetryEvent = keyof TapTelemetryEvents extends never ? string : Extract<keyof TapTelemetryEvents, string>;
```

The telemetry names in the `TapTelemetryEvents` augmentation, which is what
`tap.telemetry.event` accepts.
