mirror of
https://github.com/datahub-project/datahub.git
synced 2025-07-31 21:36:08 +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;
|