UNPKG

@iobroker/types

Version:

Since this package does not start with `@types/`, the types are not automatically included in your project. You need to add a reference to this package in your `tsconfig.json`:

12 lines (8 loc) 270 B
// Types which are only safe to share publicly import type { AdapterClass, AdapterOptions as _AdapterOptions } from './build/types'; declare global { namespace ioBroker { type Adapter = AdapterClass; type AdapterOptions = _AdapterOptions; } }