Mirror of https://github.com/roostorg/coop github.com/roostorg/coop
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

at 557ff54b2b435e5f1e789c6a8a4e1bebf2d7deb6 13 lines 403 B view raw
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';