declare enum BackOfficeSystemType { Nav = 1, Bc = 2, BcOAuth = 3, Webhook = 4 } export default BackOfficeSystemType;