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