????

Your IP : 216.73.216.64


Current Path : C:/inetpub/vhost/qnquyhoach.nextform.vn/api/dist/apps/auth/dto/
Upload File :
Current File : C:/inetpub/vhost/qnquyhoach.nextform.vn/api/dist/apps/auth/dto/credentials.dto.d.ts

export declare class CredentialsDto {
    username: string;
    password: string;
}
export declare class SigninDto extends CredentialsDto {
    firstName: string;
    lastName: string;
}