UNPKG

@speckle/shared

Version:

Shared code between various Speckle JS packages

7 lines (5 loc) 142 B
import { Version } from './types.js' export type GetVersion = (args: { versionId: string projectId: string }) => Promise<Version | null>