Searched refs:QueryErrorState (Results 1 – 1 of 1) sorted by relevance
53 type QueryState = QueryPendingState|QueryResultState|QueryErrorState;63 interface QueryErrorState { interface80 function isError(q: QueryState): q is QueryErrorState {