import type { Config } from '@farfetch/blackout-client'; export type UseExchangeBookRequestOptions = { enableAutoFetch?: boolean; fetchConfig?: Config; };