namespace TestDataNamespace { export interface BimbaKidHistory { BimbaID: number; BimbaName: string; Added: Date; } }