Files
issues-helper/src/shared.ts
2021-10-09 17:56:47 +08:00

18 lines
317 B
TypeScript

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',
}