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

# LaunchpadTokenEventBatchOutput

> Batched launchpad subscription payload containing updates and removals in separate lists.

### TypeScript shape

```ts theme={null}
interface LaunchpadTokenEventBatchOutput {
  updates: LaunchpadTokenEventOutput[];
  removeTokens: LaunchpadRemoveTokenOutput[];
}
```

<ResponseField name="updates" type="[LaunchpadTokenEventOutput!]!">Normal launchpad token updates.</ResponseField>
<ResponseField name="removeTokens" type="[LaunchpadRemoveTokenOutput!]!">Tokens that left the subscription view and should be removed locally.</ResponseField>
