/** * Webitel API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 24.04.0 * Contact: support@webitel.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * https://openapi-generator.tech * Do not edit the class manually. */ import { WebitelCasesCaseComment } from './webitel-cases-case-comment'; /** * Contains a paginated list of comments. * @export * @interface WebitelCasesCaseCommentList */ export interface WebitelCasesCaseCommentList { /** * List of comments on the current page. * @type {Array} * @memberof WebitelCasesCaseCommentList */ items?: Array; /** * Flag to indicate if more pages are available. * @type {boolean} * @memberof WebitelCasesCaseCommentList */ next?: boolean; /** * Current page number. * @type {string} * @memberof WebitelCasesCaseCommentList */ page?: string; } //# sourceMappingURL=webitel-cases-case-comment-list.d.ts.map