UNPKG

@pipedream/gong

Version:

Pipedream Gong Components

15 lines (13 loc) 283 B
import { ConfigurationError } from "@pipedream/platform"; import app from "../../gong.app.mjs"; export default { props: { app, db: "$.service.db", }, methods: { generateMeta() { throw new ConfigurationError("generateMeta is not implemented"); }, }, };