UNPKG

dt-common-device

Version:

A secure and robust device management library for IoT applications

8 lines (7 loc) 150 B
export interface IJobResult { result?: any; error?: string; resolved: boolean; timestamp: number; } export type IQueueResponse = any;