import type { FetchOptions } from '../global' /** * @ts-ignore */ export interface WorkerRefreshTokenMessage { timeout: number fetchUrl: string fetchOptions: FetchOptions useFormData?: boolean auth?: { audience?: string scope?: string } }