> ## Documentation Index
> Fetch the complete documentation index at: https://docs.mobula.io/llms.txt
> Use this file to discover all available pages before exploring further.

# AlertRecurrence

> Whether a webhook fires once or every time conditions match.

### TypeScript shape

```ts theme={null}
type AlertRecurrence =
  | 'INDEFINITE'
  | 'ONCE';
```

<ResponseField name="INDEFINITE" type="enum">Fires every time conditions match.</ResponseField>
<ResponseField name="ONCE" type="enum">Fires once and is then disabled.</ResponseField>
