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'];
