namespace TestDataNamespace { /** * The importance of the items */ /// export enum Importance { Needs = 0, Wishes = -1 } }