@webitel/api-services
    Preparing search index...

    Contains a paginated list of comments.

    interface WebitelCasesCaseCommentList {
        items?: WebitelCasesCaseComment[];
        next?: boolean;
        page?: string;
    }
    Index

    Properties

    Properties

    List of comments on the current page.

    next?: boolean

    Flag to indicate if more pages are available.

    page?: string

    Current page number.