UNPKG

@dasch-swiss/dsp-js

Version:
15 lines 496 B
import { __decorate } from "tslib"; import { JsonObject } from 'json2typescript'; import { ListNodeResponse } from './list-node-response'; /** * A response containing a list node. * * @category Model Admin */ let DeleteListNodeResponse = class DeleteListNodeResponse extends ListNodeResponse { }; DeleteListNodeResponse = __decorate([ JsonObject('DeleteListNodeResponse') ], DeleteListNodeResponse); export { DeleteListNodeResponse }; //# sourceMappingURL=delete-list-node-response.js.map