import Post from '@/types/forum/post'; // 게시판 게시글 목록 export default interface PostListResponse { total: number; speaker: Post[]; notice: Post[]; list: Post[]; }