UNPKG

dt-common-device

Version:

A secure and robust device management library for IoT applications

6 lines (5 loc) 133 B
export declare class UserRepository { private readonly postgres; constructor(); getUser(userId: string): Promise<any>; }