UNPKG

@idfy/sdk

Version:
12 lines (11 loc) 264 B
import HttpRequestMethod from './HttpRequestMethod'; export default interface HttpRequestOptions { url: string; method: HttpRequestMethod; token?: string; body?: any; form?: { [key: string]: any; }; disableEncoding?: boolean; }