# Kuzzle Device Manager Types

This package only contains types to work with in a frontend application.

```

import { DeviceContent } from 'kuzzle-device-manager-types';


let device: DeviceContent;

device.model = "Abeeway";
```

See main package for more informations:
 - [Github](https://github.com/kuzzleio/kuzzle-device-manager)
 - [NPM](https://www.npmjs.com/package/kuzzle-device-manager)