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