UNPKG

@dasch-swiss/dsp-js

Version:

JavaScript library that handles API requests to Knora

13 lines (12 loc) 280 B
import { ListNodeInfo } from "./list-node-info"; /** * A response containing information about a list node. * * @category Model Admin */ export declare class ListNodeInfoResponse { /** * Provides information about a list node. */ nodeinfo: ListNodeInfo; }