commentCreateResponse.ts 94 B

1234
  1. // 댓글/답글 등록 결과
  2. export default interface CommentCreateResponse {
  3. id: number;
  4. }