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