@panoptic-it-solutions/n8n-nodes-datto-rmm
Version:
n8n node for Datto RMM integration
6 lines (5 loc) • 315 B
TypeScript
import type { components } from './datto-rmm-api';
export type PrinterAudit = components['schemas']['PrinterAudit'];
export type ESXiHostAudit = components['schemas']['ESXiHostAudit'];
export type DeviceAudit = components['schemas']['DeviceAudit'];
export type SoftwarePage = components['schemas']['SoftwarePage'];