UNPKG

@knora/api

Version:

JavaScript library that handles API requests to Knora

11 lines (10 loc) 238 B
import { ListNodeInfo } from "./list-node-info"; /** * A response containing information about a list. */ export declare class ListInfoResponse { /** * Provides information about a list. */ listinfo: ListNodeInfo; }