Skip to content

Commit

Permalink
add required files
Browse files Browse the repository at this point in the history
  • Loading branch information
choden-dev committed Aug 4, 2024
1 parent edb5982 commit e50058e
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions server/src/service-layer/response-models/AdminResponse.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
import { BookingHistoryEvent } from "data-layer/models/firebase"
import { CommonResponse, CursorPaginatedResponse } from "./CommonResponse"

export interface FetchLatestBookingHistoryEventResponse
extends CursorPaginatedResponse,
CommonResponse {
historyEvents?: BookingHistoryEvent[]
}

0 comments on commit e50058e

Please sign in to comment.