ripcrypt/module/flags/item.mjs
2025-04-05 15:31:28 -06:00

4 lines
160 B
JavaScript

export const ItemFlags = Object.freeze({
/** The boolean value to indicate if an item is considered favourited/starred or not */
FAVOURITE: `favourited`,
});