UNPKG

dt-common-device

Version:

A secure and robust device management library for IoT applications

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