Add externs for CartoDB response

This commit is contained in:
Frederic Junod
2016-04-01 10:55:38 +02:00
parent b96de85044
commit e222409f50
5 changed files with 42 additions and 6 deletions
+34
View File
@@ -0,0 +1,34 @@
/**
* @externs
*/
/**
* @constructor
*/
var CartoDBLayerInfo = function() {};
/**
* @type {string}
*/
CartoDBLayerInfo.prototype.layergroupid;
/**
* @type {string}
*/
CartoDBLayerInfo.prototype.updated_at;
/**
* @type {Object}
*/
CartoDBLayerInfo.prototype.metadata;
/**
* @type {{http: string, https: string}}
*/
CartoDBLayerInfo.prototype.cdn_url;