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