Mirror of https://github.com/roostorg/coop
github.com/roostorg/coop
1/**
2 * Re-export built-in manifests and types from the integration registry
3 * so GraphQL datasources can use them without the registry depending on graphql.
4 */
5export {
6 BUILT_IN_MANIFESTS,
7 type AvailableIntegration,
8 type IntegrationManifestEntry,
9 type ModelCard,
10 type ModelCardField,
11 type ModelCardSection,
12 type ModelCardSubsection,
13} from '../../services/integrationRegistry/index.js';