UNPKG

@speckle/shared

Version:

Shared code between various Speckle JS packages

10 lines (9 loc) 178 B
export type AutomateFunction = { id: string name: string functionCreator: { speckleUserId: string speckleServerOrigin: string } | null workspaceIds: string[] }