UNPKG

mapillary-js

Version:

A WebGL interactive street imagery library

15 lines (13 loc) 184 B
/** * Contract describing ent results. */ export interface EntContract<T> { /** * Ent node. */ node: T; /** * Ent node id. */ node_id: string; }