UNPKG

dt-common-device

Version:

A secure and robust device management library for IoT applications

7 lines (6 loc) 199 B
import { ISchedule } from "./ISchedule"; export declare class ScheduleService { private readonly scheduleRepository; constructor(); getSchedule(scheduleId: string): Promise<ISchedule>; }