Pending query.

interface QueryResult<T> {
    cancel(): any;
}

Type Parameters

  • T

Hierarchy

Methods

Methods

  • Function to stop the query.

    Returns any