UNPKG

@komponent/unifi-protect-lib

Version:

Node library for connecting to Ubiquiti Unifi Protect controllers and listen for events

8 lines (6 loc) 158 B
import { ProtectCameraConfig } from "./ProtectTypes"; export type SnapshotRequest = { camera: ProtectCameraConfig; width?: number; height?: number; };