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