@panoptic-it-solutions/n8n-nodes-datto-rmm
Version:
n8n node for Datto RMM integration
9 lines (8 loc) • 535 B
TypeScript
import type { components } from './datto-rmm-api';
export type Job = components['schemas']['Job'];
export type JobComponent = components['schemas']['JobComponent'];
export type JobResults = components['schemas']['JobResults'];
export type JobStdData = components['schemas']['JobStdData'];
export type JobComponentsPage = components['schemas']['JobComponentsPage'];
export type CreateQuickJobRequest = components['schemas']['CreateQuickJobRequest'];
export type CreateQuickJobResponse = components['schemas']['CreateQuickJobResponse'];