import type { BacklogHttpResponse } from "../api/BacklogHttpResponse"; export interface BacklogHttpFetcher { fetch(url: URL, options: object): Promise; }