UNPKG

@speckle/objectsender

Version:

Simple API helper to serialize and send objects to the server.

7 lines (6 loc) 250 B
import { Base } from '../../index'; export declare class Collection<T extends Base> extends Base { elements: T[]; speckle_type: string; constructor(name: string, collectionType: string, elements?: T[], props?: Record<string, unknown>); }