Skip to content

Commit

Permalink
Modify: "string"에서 string 타입으로 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
Kim-Jaemin420 committed Mar 8, 2024
1 parent 6002849 commit 3eb9473
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/types/zzal.dto.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ export interface GetMyLikedZzalsResponse {

export interface GetMyUploadedZzalsResponse {
imageId: number;
title: "string";
path: "string";
title: string;
path: string;
}

0 comments on commit 3eb9473

Please sign in to comment.