/** Represents the structure of a region. */ export interface Region { region_id: number; name: string; country: string; }