UNPKG

mapillary-js

Version:

A WebGL interactive street imagery library

12 lines (11 loc) 156 B
/** * Ent representing an entity with a unique ID. * * @interface IDEnt */ export interface IDEnt { /** * Unique ID. */ id: string; }