UNPKG

mapillary-js

Version:

A WebGL interactive street imagery library

8 lines (6 loc) 191 B
import { ImageEnt } from "../ents/ImageEnt"; import { EntContract } from "./EntContract"; /** * Contract describing image results. */ export type ImagesContract = EntContract<ImageEnt>[];