namespace TestDataNamespace { export interface SearchCategory { DepartmentID: number; Name: string; Results: SearchResult[]; } }