UNPKG

@dasch-swiss/dsp-js

Version:

JavaScript library that handles API requests to Knora

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