게시판 유형 삭제
This commit is contained in:
@@ -7,7 +7,7 @@ type ApiCategory = {
|
||||
id: string;
|
||||
name: string;
|
||||
slug: string;
|
||||
boards: { id: string; name: string; slug: string; type: string; requiresApproval: boolean }[];
|
||||
boards: { id: string; name: string; slug: string; requiresApproval: boolean }[];
|
||||
};
|
||||
|
||||
type PostItem = {
|
||||
|
||||
Reference in New Issue
Block a user