UNPKG

dt-common-device

Version:

A secure and robust device management library for IoT applications

9 lines (8 loc) 188 B
export interface ServiceQueueRequest { method: string; url: string; body?: any; params?: Record<string, any>; headers?: Record<string, string>; timeout?: number; }