feat(estimatedSchedule): add /schedule endpoint controller query params type

This commit is contained in:
Ritesh Ghosh
2023-12-17 19:38:04 +05:30
parent caec8b684d
commit 0685c200dd
@@ -0,0 +1,3 @@
export type EstimatedScheduleQueryParams = {
date?: string;
};