UNPKG

@dasch-swiss/dsp-js

Version:

JavaScript library that handles API requests to Knora

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