blob: 1471bacc81a739151a329074c7bda46537710331 [file] [log] [blame]
/*
* Enum specifying different types of items we could have
*/
var ItemTypes = {
loading: 'loading',
subtable: 'subtable',
server: 'server',
inaccessible: 'inaccessible'
};
module.exports = ItemTypes;