@dasch-swiss/dsp-js
Version:
TypeScript client library for DSP-API
13 lines • 346 B
TypeScript
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[];
}
//# sourceMappingURL=update-child-node-comments-request.d.ts.map