UNPKG

dt-common-device

Version:

A secure and robust device management library for IoT applications

7 lines (6 loc) 177 B
import { IGuest } from "./IGuest"; export declare class GuestRepository { private readonly pmsPostgres; constructor(); getGuest(guestId: string): Promise<IGuest>; }