mirror of
https://github.com/Tria-plc/edr-platform.git
synced 2026-09-02 00:03:26 +00:00
style: inter module integration
This commit is contained in:
@@ -81,6 +81,8 @@ export const QUERY_KEYS = {
|
||||
["contracts", "clearance-history", region ?? "ET"] as const,
|
||||
milestones: (id: string) => ["contracts", "milestones", id] as const,
|
||||
capacity: (id: string) => ["contracts", "capacity", id] as const,
|
||||
bookingRequests: (id: string) =>
|
||||
["contracts", "booking-requests", id] as const,
|
||||
bookingMilestones: (bookingId: string) =>
|
||||
["contracts", "booking-milestones", bookingId] as const,
|
||||
bookingIncidents: (bookingId: string) =>
|
||||
|
||||
Reference in New Issue
Block a user