/** Defines area identifier. */ export type GTFSArea = { /** Identifies an area. */ area_id: string; /** The name of the area as displayed to the rider. */ area_name?: string; }; //# sourceMappingURL=area.d.ts.map