Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…lient into comment/#138
  • Loading branch information
Brokyeom committed Jul 21, 2022
2 parents 4a360d5 + af6fbe1 commit 8d4f9c8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions types/community.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ export interface PostCommunityBody {
content: string;
imageList?: ImgData[];
}

// 커뮤니티 수정 put body
export interface PutCommunityBody {
category?: string;
Expand All @@ -40,6 +41,7 @@ export interface IsChangeCommunity {
isChangeContent: boolean;
isChangeImageList: boolean;
}

// 커뮤니티 댓글
export interface PostCommentBody {
boardId?: string;
Expand Down

0 comments on commit 8d4f9c8

Please sign in to comment.