// 게시판 분류 export default interface BoardGroup { id: number; code: string; name: string; }