Skip to content

Commit

Permalink
refactor: 주석 제거
Browse files Browse the repository at this point in the history
  • Loading branch information
chlwlstlf committed Dec 9, 2024
1 parent 2f74b26 commit 4a42ef9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions frontend/src/@types/roomInfo.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ export interface CreateRoomInfo extends BaseRoomInfo {
managerMatchingSize?: number;
}

// 요청(Request) 구조
export interface RoomInfoRequest {
title: string;
content: string;
Expand Down Expand Up @@ -77,7 +76,6 @@ export interface RoomCreateRequest {
managerParticipationRequest: ManagerParticipationRequest;
}

// 응답(Response) 구조
export interface RoomInfoResponse extends RoomInfoRequest {
roomId: number;
manager: string;
Expand Down

0 comments on commit 4a42ef9

Please sign in to comment.