UNPKG

@panoptic-it-solutions/n8n-nodes-datto-rmm

Version:

n8n node for Datto RMM integration

5 lines (4 loc) 287 B
import type { components } from './datto-rmm-api'; export type StatusResponse = components['schemas']['StatusResponse']; export type RateStatusResponse = components['schemas']['RateStatusResponse']; export type PaginationConfiguration = components['schemas']['PaginationConfiguration'];