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

# PublishingType

> How matched events are published to the callback URL.

### TypeScript shape

```ts theme={null}
type PublishingType =
  | 'BATCH'
  | 'SINGLE';
```

<ResponseField name="BATCH" type="enum">Events delivered in batches.</ResponseField>
<ResponseField name="SINGLE" type="enum">Each event delivered individually.</ResponseField>
