enum SwgActivationStatus { INACTIVE = 'inactive', ACTIVE = 'active', } export default SwgActivationStatus;