From 9efd1a67c231217ff4b1ea3c4cd5a94e2724b719 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EC=9B=90=EB=8D=94?= Date: Sat, 9 Jan 2021 13:09:03 +0900 Subject: [PATCH] feat: added list type --- types/index.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/types/index.ts b/types/index.ts index f63edf4..d243891 100644 --- a/types/index.ts +++ b/types/index.ts @@ -91,3 +91,5 @@ export type ReportCategory = | 'Discord ToS 위반' | 'Koreanbots 가이드라인 위반' | '기타' + +export type ListType = 'VOTE' | 'TRUSTED' | 'NEW' | 'PARTNERED' | 'CATEGORY' | 'SEARCH'