export interface HexaPost { zip: string; city: string; countryCode: string; } export type HexaPosts = HexaPost[];