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