fix: type err (#27196)

This commit is contained in:
Udit Takkar
2026-01-23 14:51:09 +00:00
committed by GitHub
parent 0ad4367005
commit 53545bdfb7
@@ -45,6 +45,7 @@ type SlotSelectionModalHeaderProps = {
| "locations"
| "requiresConfirmation"
| "recurringEvent"
| "enablePerHostLocations"
> | null;
isPlatform?: boolean;
timeZones?: Timezone[];