UNPKG

@knora/api

Version:

JavaScript library that handles API requests to Knora

11 lines (10 loc) 194 B
import { ListNode } from "./list-node"; /** * A list node. */ export declare class StoredListNode extends ListNode { /** * The ID of the enclosing object. */ id: string; }