@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 { integration, flow, configVar, dataSourceConfigVar, connectionConfigVar, customerActivatedConnection, organizationActivatedConnection, componentManifest, componentManifests, onPremConnection, oauth2Connection, } from "./index";
export * from "./types/typeExportIntegration";
export * from "./errors";