Files
parsshop-back/dist/modules/auth/dto/register-password.dto.d.ts
2026-03-26 12:25:46 +03:00

7 lines
131 B
TypeScript

export declare class RegisterPasswordDto {
phone: string;
username: string;
password: string;
fullName?: string;
}