Skip to content

Commit

Permalink
feat: 예약 내역 모킹데이터 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
CheeseB committed Mar 27, 2024
1 parent 800668c commit 4fa393b
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions src/constants/mockData/reservationDetailMockData.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"cursorId": 0,
"totalCount": 3,
"reservations": [
{
"id": 1,
"nickname": "tester",
"userId": 0,
"teamId": "test",
"activityId": 0,
"scheduleId": 0,
"status": "pending",
"reviewSubmitted": false,
"totalPrice": 0,
"headCount": 2,
"date": "2024-03-27",
"startTime": "09:00",
"endTime": "12:00",
"createdAt": "2024-03-27T02:35:20.905Z",
"updatedAt": "2024-03-27T02:35:20.905Z"
}
]
}

0 comments on commit 4fa393b

Please sign in to comment.