Devendra174's picture
Upload folder using huggingface_hub
1e92f2d verified
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,
];