import { AxiosResponse } from 'axios'; export interface LibraryResponse { response: AxiosResponse; body: Body; } export interface LibraryLocalResponse { body: Data; params: Params; url: string; }