UNPKG

mapillary-js

Version:

WebGL JavaScript library for displaying street level imagery from mapillary.com

14 lines (12 loc) 234 B
import {IKey} from "../../API"; /** * Interface that describes the raw image user properties. * * @interface IUser */ export interface IUser extends IKey { /** * The username of the user. */ username: string; }