UNPKG

@dataswift/hat-js

Version:

HAT JavaScript SDK for web and Node.js

8 lines (7 loc) 168 B
export interface HatHttpParameters { [key: string]: string; } export interface IHttpResponse<T> extends Response { parsedBody?: T; token?: string | null; }