UNPKG

373 BJavaScriptView Raw
1/**
2 * @externs
3 */
4
5
6
7/**
8 * @constructor
9 */
10var CartoDBLayerInfo = function() {};
11
12
13/**
14 * @type {string}
15 */
16CartoDBLayerInfo.prototype.layergroupid;
17
18
19/**
20 * @type {string}
21 */
22CartoDBLayerInfo.prototype.updated_at;
23
24
25/**
26 * @type {Object}
27 */
28CartoDBLayerInfo.prototype.metadata;
29
30
31/**
32 * @type {{http: string, https: string}}
33 */
34CartoDBLayerInfo.prototype.cdn_url;