AccountabilityDataChartColumnWorker: Omit<AccountabilityDataChartColumn, "id"> & {
    type: Exclude<AccountabilityDataChartColumnType, "id">;
}