mirror of
				https://github.com/datahub-project/datahub.git
				synced 2025-10-31 10:49:00 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			9 lines
		
	
	
		
			321 B
		
	
	
	
		
			TypeScript
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			321 B
		
	
	
	
		
			TypeScript
		
	
	
	
	
	
| import searchResponse from 'wherehows-web/mirage/fixtures/search-response';
 | |
| import { ISearchResponse } from 'wherehows-web/typings/api/search/search';
 | |
| 
 | |
| /**
 | |
|  * Returns the fixture instance of ISearchResponse
 | |
|  * @returns {ISearchResponse}
 | |
|  */
 | |
| export const getSamplePageViewResponse = (): ISearchResponse => searchResponse;
 | 
