export class VerifyCodeResponseDto { verified: boolean; message?: string; error?: string; }