/** * This is auto-generated file, don't modify this file manually */ export interface DatabaseStation { /** * City ID */ city_id?: number; /** * Hex color code without # */ color?: string; /** * Station ID */ id?: number; /** * Station name */ name?: string; }