UNPKG

@speckle/shared

Version:

Shared code between various Speckle JS packages

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