Files
edr-platform/apps/edr-freight-api/src/modules/rule-engine/government-priority.constants.ts

3 lines
132 B
TypeScript

/** Ensures government bookings outrank commercial priority (max ~1,500 today). */
export const GOVERNMENT_PRIORITY_BONUS = 50_000;