aboutsummaryrefslogtreecommitdiff
path: root/src/models/controllers
diff options
context:
space:
mode:
Diffstat (limited to 'src/models/controllers')
-rw-r--r--src/models/controllers/estimatedSchedule.ts3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/models/controllers/estimatedSchedule.ts b/src/models/controllers/estimatedSchedule.ts
new file mode 100644
index 0000000..e732aaa
--- /dev/null
+++ b/src/models/controllers/estimatedSchedule.ts
@@ -0,0 +1,3 @@
+export type EstimatedScheduleQueryParams = {
+ date?: string;
+};