????
Current Path : C:/inetpub/vhost/invest.gdtsolutions.vn/api/dist/apps/auth/dto/ |
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; }