UNPKG

@speckle/shared

Version:

Shared code between various Speckle JS packages

6 lines (4 loc) 150 B
import { AutomateFunction } from './types.js' export type GetAutomateFunction = (args: { functionId: string }) => Promise<AutomateFunction | null>