UNPKG

@dasch-swiss/dsp-js

Version:
13 lines 346 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[]; } //# sourceMappingURL=update-child-node-comments-request.d.ts.map