summary refs log tree commit diff
path: root/dist/models/Activity.js
diff options
context:
space:
mode:
Diffstat (limited to 'dist/models/Activity.js')
-rw-r--r--dist/models/Activity.js12
1 files changed, 12 insertions, 0 deletions
diff --git a/dist/models/Activity.js b/dist/models/Activity.js
new file mode 100644

index 00000000..ddb15100 --- /dev/null +++ b/dist/models/Activity.js
@@ -0,0 +1,12 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +exports.ActivityType = void 0; +var ActivityType; +(function (ActivityType) { + ActivityType[ActivityType["GAME"] = 0] = "GAME"; + ActivityType[ActivityType["STREAMING"] = 1] = "STREAMING"; + ActivityType[ActivityType["LISTENING"] = 2] = "LISTENING"; + ActivityType[ActivityType["CUSTOM"] = 4] = "CUSTOM"; + ActivityType[ActivityType["COMPETING"] = 5] = "COMPETING"; +})(ActivityType = exports.ActivityType || (exports.ActivityType = {})); +//# sourceMappingURL=Activity.js.map \ No newline at end of file