osrs-tools
Version:
A comprehensive TypeScript library for Old School RuneScape (OSRS) data and utilities, including quest data, skill requirements, and game item information
14 lines (13 loc) • 506 B
JavaScript
export var CollectionLogCategory;
(function (CollectionLogCategory) {
CollectionLogCategory["Bosses"] = "Bosses";
CollectionLogCategory["Raids"] = "Raids";
CollectionLogCategory["Minigames"] = "Minigames";
CollectionLogCategory["Clues"] = "Clues";
})(CollectionLogCategory || (CollectionLogCategory = {}));
export const COLLECTION_LOG_CATEGORIES = [
CollectionLogCategory.Bosses,
CollectionLogCategory.Raids,
CollectionLogCategory.Minigames,
CollectionLogCategory.Clues,
];