Skip to content

Commit

Permalink
feat(estimatedSchedule): add /schedule endpoint controller query pa…
Browse files Browse the repository at this point in the history
…rams type
  • Loading branch information
ghoshRitesh12 committed Dec 17, 2023
1 parent caec8b6 commit 0685c20
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/models/controllers/estimatedSchedule.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
export type EstimatedScheduleQueryParams = {
date?: string;
};

0 comments on commit 0685c20

Please sign in to comment.