/** * Model: GetComments200Response * * THIS FILE HAS BEEN AUTOMATICALLY GENERATED. DO NOT EDIT. * */ import { Comment } from '../comment'; export interface GetComments200Response { /** An array of comments. */ comments: Comment[]; } //# sourceMappingURL=get-comments200-response.d.ts.map