enum CropModePersistence { Default = -1, Disabled = 0, UntilPageReload = 1, CurrentSession = 2, Forever = 3, } export default CropModePersistence;