import type { SeoPageType } from '@farfetch/blackout-client'; export type GenerateSEOPathnameQuery = { path?: string; pageType?: SeoPageType; };