UNPKG

@dasch-swiss/dsp-js

Version:

JavaScript library that handles API requests to Knora

13 lines (12 loc) 282 B
import { StringLiteral } from "./string-literal"; /** * A request to update the comments of a child node. * * @category Model Admin */ export declare class UpdateChildNodeCommentsRequest { /** * The updated child node comments. */ comments: StringLiteral[]; }