????

Your IP : 18.220.25.158


Current Path : C:/inetpub/vhost/invest.gdtsolutions.vn/api/dist/apps/auth/dto/
Upload File :
Current File : C:/inetpub/vhost/invest.gdtsolutions.vn/api/dist/apps/auth/dto/model.dto.d.ts

export declare interface TokenReturn {
    userId: number;
    accessToken: string;
    accessTokenExpiresAt?: Date;
    refreshToken?: string;
    refreshTokenExpiresAt?: Date;
}