UNPKG

@speckle/shared

Version:

Shared code between various Speckle JS packages

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