export interface Road {
  id: number;
  name: string;
  code: string;
  title: string;
}
