You can not select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
		
			
				
					
					
						
							36 lines
						
					
					
						
							874 B
						
					
					
				
			
		
		
	
	
							36 lines
						
					
					
						
							874 B
						
					
					
				| export declare const SAMPLE_VALIDATION_ERROR: {
 | |
|     _message: string;
 | |
|     errors: {
 | |
|         email: {
 | |
|             $isValidatorError: boolean;
 | |
|             kind: string;
 | |
|             message: string;
 | |
|             name: string;
 | |
|             path: string;
 | |
|             properties: {
 | |
|                 message: string;
 | |
|                 path: string;
 | |
|                 type: string;
 | |
|                 value: string;
 | |
|             };
 | |
|             value: string;
 | |
|         };
 | |
|         passwordHash: {
 | |
|             $isValidatorError: boolean;
 | |
|             kind: string;
 | |
|             message: string;
 | |
|             name: string;
 | |
|             path: string;
 | |
|             properties: {
 | |
|                 message: string;
 | |
|                 path: string;
 | |
|                 type: string;
 | |
|                 value: string;
 | |
|             };
 | |
|             value: string;
 | |
|         };
 | |
|     };
 | |
|     message: string;
 | |
|     name: string;
 | |
| };
 |