namespace TestDataNamespace { export interface Sample1 { ID: number; Type: string; Action: string; Message: string; } }