add order form page models, reorder landing models (#8)
This commit is contained in:
5
src/models/landing/washing.ts
Normal file
5
src/models/landing/washing.ts
Normal file
@@ -0,0 +1,5 @@
|
||||
export type Location = string; // ?
|
||||
|
||||
export type AvailableBeginDateTime = string; // YYYY-MM-DDThh:mm
|
||||
|
||||
export type AvailableEndDateTime = string; // YYYY-MM-DDThh:mm
|
||||
Reference in New Issue
Block a user