import { FsRequestOptions, FsResponse } from '../types'; export interface AdapterInterface { request(options: FsRequestOptions): Promise; }