mirror of
https://github.com/Tria-plc/edr-platform.git
synced 2026-08-26 18:42:49 +00:00
giveme git commit message 50 char
This commit is contained in:
@@ -29,6 +29,11 @@ export interface BookingWindowPhaseEvent {
|
||||
windowClosesAt: string | null;
|
||||
docReviewEndsAt: string | null;
|
||||
paymentPhaseEndsAt: string | null;
|
||||
/**
|
||||
* When the payment drain tail ends (paymentPhaseEndsAt + server drain
|
||||
* minutes) — pending payments may still settle until then. Display only.
|
||||
*/
|
||||
paymentDrainEndsAt: string | null;
|
||||
scheduledDepartureDate: string | null;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user