export class SignupResponseDto { success: boolean; message?: string; error?: string; }