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

    A list of sources.

    interface WebitelCasesSourceList {
        items?: WebitelCasesSource[];
        next?: boolean;
        page?: number;
    }
    Index

    Properties

    Properties

    List of sources.

    next?: boolean

    Have more records.

    page?: number

    Page number of the partial result.