Skip to content

Commit

Permalink
Merge pull request #6 from TripInfoWeb/dev_etc
Browse files Browse the repository at this point in the history
빌드 문제 수정
  • Loading branch information
ssssksss authored Jul 30, 2024
2 parents 3076cb6 + 6eade2f commit 6d4e77a
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions src/types/GatheringDto.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
export interface GatheringDto {
id: number;
userName: string;
userNickname: string;
address: string;
createdDate: string;
categoryName: string;
viewCount: number;
categoryParentCategoryName: string;
zoneCategoryName: string;
}

0 comments on commit 6d4e77a

Please sign in to comment.