export class CostCentre { id: string; name: string; isFixture: boolean; }