export interface RequestOptions { method?: string data?: Record params?: Record | URLSearchParams headers?: Record [key: string]: any }