User avatar
privTri Volpeon areonNSmol @volpeon@icy.wyvern.rip
11mo
const o = {
    ...
    value: 8 // Enum.Thing (which is = 8)
}



Yes good, this is how you use enums. You add the magic literal value and put the enum entry in a comment.
drgn_woozy