import type { City, Country, State } from '@farfetch/blackout-client'; export type CountryEntity = Country & { states?: Array; cities?: Array; };