namespace TestDataNamespace { export interface ProblemType { ProblemTypeID: number; ProblemType: string; } }