mirror of
https://github.com/Tria-plc/edr-platform.git
synced 2026-08-28 13:40:57 +00:00
fix: type error and other fixes
This commit is contained in:
@@ -7,7 +7,7 @@ import {
|
||||
|
||||
export interface OperationsQueueGroups {
|
||||
government: BookingListRow[];
|
||||
commercial: ThreeHourBookingBucket[];
|
||||
commercial: ThreeHourBookingBucket<BookingListRow>[];
|
||||
}
|
||||
|
||||
export function groupBookingsForOperationsQueue(
|
||||
|
||||
Reference in New Issue
Block a user