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

# Appareil enregistré

```ts Example theme={null}
export interface EnrolledDevice {
  id: number;
  device: string;
}
```

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

<ParamField body="device" type="string" />

<ParamField body="id" type="number" />
