export interface Options { body?: any; headers?: any | { [header: string]: string | string[]; }; }