There was an error while loading. Please reload this page.
2 parents ce110f0 + 1d9556a commit 9202426Copy full SHA for 9202426
1 file changed
packages/types/src/config/types.gen.ts
@@ -1899,15 +1899,17 @@ export const ExperienceStatuses = {
1899
SCHEDULED: 'scheduled'
1900
} as const;
1901
1902
-export type ExperienceTypes = 'a/b' | 'a/a' | 'mvt' | 'split_url' | 'multipage' | 'deploy';
+export type ExperienceTypes = 'a/b' | 'a/a' | 'mvt' | 'split_url' | 'multipage' | 'deploy' | 'a/b_fullstack' | 'feature_rollout';
1903
1904
export const ExperienceTypes = {
1905
A_B: 'a/b',
1906
A_A: 'a/a',
1907
MVT: 'mvt',
1908
SPLIT_URL: 'split_url',
1909
MULTIPAGE: 'multipage',
1910
- DEPLOY: 'deploy'
+ DEPLOY: 'deploy',
1911
+ A_B_FULLSTACK: 'a/b_fullstack',
1912
+ FEATURE_ROLLOUT: 'feature_rollout'
1913
1914
1915
/**
0 commit comments