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

# EnrolledDevice

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

## Properties

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

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