UNPKG

@dasch-swiss/dsp-js

Version:
13 lines 266 B
import { ListNode } from './list-node'; /** * A list node. * * @category Model Admin */ export declare class StoredListNode extends ListNode { /** * The ID of the enclosing object. */ id: string; } //# sourceMappingURL=stored-list-node.d.ts.map