UNPKG

@spacelift-io/backstage-integration-backend

Version:

Backstage plugin for integrating Spacelift.io with Backstage

11 lines (8 loc) 260 B
import * as _backstage_backend_plugin_api from '@backstage/backend-plugin-api'; /** * spaceliftIoPlugin backend plugin * * @public */ declare const spaceliftIoPlugin: _backstage_backend_plugin_api.BackendFeature; export { spaceliftIoPlugin as default };