feat: added list type

This commit is contained in:
원더 2021-01-09 13:09:03 +09:00
parent 03c02c7d46
commit 9efd1a67c2

View File

@ -91,3 +91,5 @@ export type ReportCategory =
| 'Discord ToS 위반' | 'Discord ToS 위반'
| 'Koreanbots 가이드라인 위반' | 'Koreanbots 가이드라인 위반'
| '기타' | '기타'
export type ListType = 'VOTE' | 'TRUSTED' | 'NEW' | 'PARTNERED' | 'CATEGORY' | 'SEARCH'