export interface IBeforeFetchRequest { operation: string; variables: Record; } export interface IBeforeFetchResponse { headers?: Record; }