????
Current Path : C:/inetpub/vhost/qnquyhoach.nextform.vn/api/dist/apps/users/entities/ |
Current File : C:/inetpub/vhost/qnquyhoach.nextform.vn/api/dist/apps/users/entities/user.entity.d.ts |
import BaseEntity from '@/apps/models/base-entity.model'; import { Role } from 'src/apps/roles/entities/role.entity'; export declare class User extends BaseEntity { displayName: string; firstName: string; lastName: string; username: string; password: string; refreshToken: string; isActive: boolean; roles: Role[]; }