commentUpdateResponse.ts 94 B

1234
  1. // 댓글/답글 수정 결과
  2. export default interface CommentUpdateResponse {
  3. id: number;
  4. }