<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [@digitalpersona/services](./services.md) &gt; [TriggerNames](./services.triggernames.md)

## TriggerNames type

Alias type for supported step-up trigger names.

<b>Signature:</b>

```typescript
export declare type TriggerNames = {
    [K in keyof ContextualInfo]: ContextualInfo[K] extends Function ? never : K;
}[keyof ContextualInfo];
```
