namespace TestDataNamespace { export enum WhyType { Because = -1, OfCourse = 0, NotAtAll = 1, WhyNot = 2 } }