UNPKG

@speckle/shared

Version:

Shared code between various Speckle JS packages

6 lines 181 B
import { Model } from './types.js'; export type GetModel = (args: { projectId: string; modelId: string; }) => Promise<Model | null>; //# sourceMappingURL=operations.d.ts.map