define(function(require, exports, module){ var type = { versionControl: 0, story: 1 }; exports.type = type; });