UNPKG

@pipedream/signnow

Version:

Pipedream signNow Components

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