import { TAbortErrorFactory } from './abort-error-factory'; import { TFetchSourceFunction } from './fetch-source-function'; export type TFetchSourceFactory = (createAbortError: TAbortErrorFactory) => TFetchSourceFunction;