????

Your IP : 18.119.103.13


Current Path : C:/inetpub/vhost/invest.gdtsolutions.vn/api/dist/data/
Upload File :
Current File : C:/inetpub/vhost/invest.gdtsolutions.vn/api/dist/data/data.d.ts

declare const users: {
    id: number;
    name: string;
    email: string;
    userName: string;
    password: string;
}[];
declare const tokens: any[];
export { users, tokens };