UNPKG

@speckle/shared

Version:

Shared code between various Speckle JS packages

6 lines 206 B
import { HistoryLimits } from '../../limit/domain.js'; export type WorkspaceLimits = { projectCount: number | null; modelCount: number | null; } & HistoryLimits; //# sourceMappingURL=limits.d.ts.map