UNPKG

traveltime-api

Version:
3 lines (2 loc) 154 B
import { BatchErrorResponse, BatchResponse } from './types'; export declare function isBatchError<T>(resp: BatchResponse<T>): resp is BatchErrorResponse;