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

    A list of Conditions.

    interface ContactsConditionList {
        items?: ContactsCondition[];
        next?: boolean;
        page?: number;
    }
    Index

    Properties

    Properties

    List of conditions.

    next?: boolean

    Have more records.

    page?: number

    Page number of the partial result.