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

    Contains a list of case files with pagination.

    interface WebitelCasesCaseFileList {
        items?: WebitelCasesFile[];
        next?: boolean;
        page?: string;
    }
    Index

    Properties

    Properties

    List of case files.

    next?: boolean

    Indicator if there is a next page.

    page?: string

    Current page number.