'use strict'; var backendPluginApi = require('@backstage/backend-plugin-api'); const authOwnershipResolutionExtensionPoint = backendPluginApi.createExtensionPoint({ id: "auth.ownershipResolution" }); exports.authOwnershipResolutionExtensionPoint = authOwnershipResolutionExtensionPoint; //# sourceMappingURL=AuthOwnershipResolutionExtensionPoint.cjs.js.map