UNPKG

@uprtcl/http-provider

Version:

_Prtcl provider wrappers around the native fetch api

5 lines (4 loc) 196 B
import { ConnectionLogged } from '@uprtcl/evees'; import { HttpConnection } from './http.connection'; export interface HttpAuthenticatedConnection extends HttpConnection, ConnectionLogged { }