UNPKG

@speckle/shared

Version:

Shared code between various Speckle JS packages

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