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