export interface CostCenter { ID?: string; Name: string; Description?: string; xp?: TCostCenterXp; }