export interface Bundle { ID?: string; OwnerID?: string; Name: string; Description?: string; Active?: boolean; xp?: TBundleXp; }