/** * @template T * @typedef {{[key: string]: T}} Dict */ /** * @typedef {"get"|"post"|"patch"|"delete"} RequestMethod */ /** * @typedef {(response: Dict) => Dict} ResponseConverter */