export const EEmoji = { '+1': '+1', '-1': '-1', 'laugh': 'laugh', 'confused': 'confused', 'heart': 'heart', 'hooray': 'hooray', 'rocket': 'rocket', 'eyes': 'eyes', } export const ELockReasons = { 'off-topic': 'off-topic', 'too heated': 'too heated', 'resolved': 'resolved', 'spam': 'spam', }