UNPKG

@dasch-swiss/dsp-js

Version:

JavaScript library that handles API requests to Knora

13 lines (12 loc) 222 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; }