UNPKG

@speckle/shared

Version:

Shared code between various Speckle JS packages

7 lines (6 loc) 104 B
export type Dashboard = { id: string ownerId: string workspaceId: string projectIds: string[] }