UNPKG

mapillary-js

Version:

A WebGL interactive street imagery library

12 lines (10 loc) 208 B
import { IDEnt } from "./IDEnt"; /** * Ent representing image creator properties. */ export interface CreatorEnt extends IDEnt { /** * The username of the creator. */ username: string; }