UNPKG

@vertigis/viewer-spec

Version:

VertiGIS Viewer Specification

5 lines (4 loc) 117 B
/** * This is an item URI within the app. It would look like: item://<type>/<id>. */ export type ItemRef = string;