UNPKG

@dasch-swiss/dsp-js

Version:

JavaScript library that handles API requests to Knora

16 lines (15 loc) 302 B
/** * A response containing a deleted flag and iri. * * @category Model Admin */ export declare class DeleteChildNodeCommentsResponse { /** * Status of list node comment. */ commentsDeleted: boolean; /** * The IRI of the deleted list node. */ nodeIri: string; }