UNPKG

@panoptic-it-solutions/unifi-api-client

Version:

A Node.js client library for the UniFi Controller API

8 lines (7 loc) 127 B
export interface Site { _id: string; name: string; desc?: string; role?: string; [key: string]: unknown; }