UNPKG

apollo-client

Version:
9 lines (8 loc) 243 B
/// <reference types="isomorphic-fetch" /> export interface AfterwareResponse { response: IResponse; options: RequestInit; } export interface AfterwareInterface { applyAfterware(response: AfterwareResponse, next: Function): any; }