giveme git commit message 50 char

This commit is contained in:
Marshal
2026-08-06 23:48:06 +00:00
parent 29f7d05800
commit 0f4aa1128f
12 changed files with 147 additions and 33 deletions

View File

@@ -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;
}