UNPKG

@speckle/shared

Version:

Shared code between various Speckle JS packages

5 lines 194 B
import { AutomateFunction } from './types.js'; export type GetAutomateFunction = (args: { functionId: string; }) => Promise<AutomateFunction | null>; //# sourceMappingURL=operations.d.ts.map