File size: 1,130 Bytes
1e92f2d
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
export const STORAGE_LIMIT = 403;

export const ADD_ON_JETPACK_AI_MONTHLY = 'jetpack_ai_monthly-add-on';
export const ADD_ON_UNLIMITED_THEMES = 'unlimited_themes-add-on';
export const ADD_ON_CUSTOM_DESIGN = 'custom_design-add-on';
export const ADD_ON_50GB_STORAGE = '50gb-storage-add-on';
export const ADD_ON_100GB_STORAGE = '100gb-storage-add-on';
export const ADD_ON_150GB_STORAGE = '150gb-storage-add-on';
export const ADD_ON_200GB_STORAGE = '200gb-storage-add-on';
export const ADD_ON_250GB_STORAGE = '250gb-storage-add-on';
export const ADD_ON_300GB_STORAGE = '300gb-storage-add-on';
export const ADD_ON_350GB_STORAGE = '350gb-storage-add-on';

export const ADD_ONS = < const >[
	ADD_ON_JETPACK_AI_MONTHLY,
	ADD_ON_UNLIMITED_THEMES,
	ADD_ON_CUSTOM_DESIGN,
	ADD_ON_50GB_STORAGE,
	ADD_ON_100GB_STORAGE,
	ADD_ON_150GB_STORAGE,
	ADD_ON_200GB_STORAGE,
	ADD_ON_250GB_STORAGE,
	ADD_ON_300GB_STORAGE,
	ADD_ON_350GB_STORAGE,
];

export const STORAGE_ADD_ONS = < const >[
	ADD_ON_50GB_STORAGE,
	ADD_ON_100GB_STORAGE,
	ADD_ON_150GB_STORAGE,
	ADD_ON_200GB_STORAGE,
	ADD_ON_250GB_STORAGE,
	ADD_ON_300GB_STORAGE,
	ADD_ON_350GB_STORAGE,
];