UNPKG

@pagerduty/backstage-plugin-common

Version:

Common components for PagerDuty plugins for Backstage

9 lines (6 loc) 298 B
'use strict'; const PAGERDUTY_INTEGRATION_KEY = "pagerduty.com/integration-key"; const PAGERDUTY_SERVICE_ID = "pagerduty.com/service-id"; exports.PAGERDUTY_INTEGRATION_KEY = PAGERDUTY_INTEGRATION_KEY; exports.PAGERDUTY_SERVICE_ID = PAGERDUTY_SERVICE_ID; //# sourceMappingURL=constants.cjs.js.map