File tree Expand file tree Collapse file tree 2 files changed +7
-0
lines changed
Expand file tree Collapse file tree 2 files changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -67364,6 +67364,9 @@ export default {
6736467364 feature_flags: {
6736567365 properties: {
6736667366 RESERVATION_UI_V2: { type: 'boolean' },
67367+ SALTO_KS_ENTRANCES_ONLY_FOR_SPACES: {
67368+ type: 'boolean',
67369+ },
6736767370 },
6736867371 type: 'object',
6736967372 },
@@ -67777,6 +67780,9 @@ export default {
6777767780 feature_flags: {
6777867781 properties: {
6777967782 RESERVATION_UI_V2: { type: 'boolean' },
67783+ SALTO_KS_ENTRANCES_ONLY_FOR_SPACES: {
67784+ type: 'boolean',
67785+ },
6778067786 },
6778167787 type: 'object',
6778267788 },
Original file line number Diff line number Diff line change @@ -79318,6 +79318,7 @@ export type Routes = {
7931879318 feature_flags?:
7931979319 | {
7932079320 RESERVATION_UI_V2?: boolean | undefined
79321+ SALTO_KS_ENTRANCES_ONLY_FOR_SPACES?: boolean | undefined
7932179322 }
7932279323 | undefined
7932379324 }
You can’t perform that action at this time.
0 commit comments