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

# AbortEnrollmentOptions

```ts Example theme={null}
export interface AbortEnrollmentOptions {
  doNotShowAgain?: boolean;
  [key: string]: string | number | boolean | undefined;
}
```

<h2 id="indexable">
  Indexable
</h2>

\[`key`: `string`]: `string` | `number` | `boolean` | `undefined`

<h2 id="properties">
  Propriétés
</h2>

<ParamField body="doNotShowAgain?" type="boolean" />
