UNPKG

rdview-service

Version:

Rdview service for loading road photos

7 lines (6 loc) 95 B
export interface Road { id: number; name: string; code: string; title: string; }