import type { BacklogApiRequestOption } from "./api/BacklogApiRequestOption"; export interface BacklogConfig { getBaseUrl(): URL; getApiKey(): string | undefined; getAccessToken(): string | undefined; getDefaultRequestOptions(): BacklogApiRequestOption | undefined; }