namespace TestDataNamespace { export interface TreeNodeBase { ID: number | null; Name: string; } }