// 말머리 export default interface BoardPrefix { id: number; boardID: number; name: string; color: string|null; posts: number; }