UNPKG

120 BTypeScriptView Raw
1export declare class UserModel {
2 _id: string;
3 Email: string;
4 Roles: string[];
5 Groups: string[];
6}