UNPKG

@speckle/shared

Version:

Shared code between various Speckle JS packages

7 lines (5 loc) 163 B
import { HistoryLimits } from '../../limit/domain.js' export type WorkspaceLimits = { projectCount: number | null modelCount: number | null } & HistoryLimits