postBookmarkRequest.ts 110 B

1234
  1. // 게시글 즐겨찾기 처리 요청 DTO
  2. export default interface PostBookmarkRequest {
  3. postID: number;
  4. };