UNPKG

@cloudquery/plugin-sdk-javascript

Version:

This is the high-level package to use for developing CloudQuery plugins in JavaScript

3 lines (2 loc) 169 B
import type { Resource } from '../schema/resource.js'; export declare const setCQId: (resource: Resource, deterministicCQId: boolean, generator?: () => string) => void;