@prismatic-io/spectral
Version:
Utility library for building Prismatic connectors and code-native integrations
8 lines (7 loc) • 433 B
TypeScript
/**
* This module contains functions to help developers create integrations
* that can run on the Prismatic platform.
*/
export * from "./errors";
export { componentManifest, componentManifests, configVar, connectionConfigVar, customerActivatedConnection, dataSourceConfigVar, flow, integration, oauth2Connection, onPremConnection, organizationActivatedConnection, } from "./index";
export * from "./types/typeExportIntegration";