namespace TestDataNamespace { export interface SearchResultWrapper { SearchID: number; Results: SearchResult[]; } }