????

Your IP : 3.148.210.23


Current Path : C:/inetpub/vhost/invest.gdtsolutions.vn/api/dist/apps/users/entities/
Upload File :
Current File : C:/inetpub/vhost/invest.gdtsolutions.vn/api/dist/apps/users/entities/user.entity.d.ts

import { Role } from 'src/apps/roles/entities/role.entity';
export declare class User {
    id: number;
    displayName: string;
    firstName: string;
    lastName: string;
    username: string;
    password: string;
    refreshToken: string;
    isActive: boolean;
    roles: Role[];
    createdAt: Date | null;
    updatedAt: Date;
}