feat: create order stubs (#65)
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
export type Location = string; // ?
|
||||
import { IsoDate } from "../common";
|
||||
|
||||
export type AvailableBeginDateTime = string; // YYYY-MM-DDThh:mm
|
||||
export type Location = string; // 55.754364, 48.743295 Университетская улица, 1, Иннополис, Верхнеуслонский район, Республика Татарстан (Татарстан), 420500
|
||||
|
||||
export type AvailableEndDateTime = string; // YYYY-MM-DDThh:mm
|
||||
export type AvailableBeginDateTime = IsoDate;
|
||||
|
||||
export type AvailableEndDateTime = IsoDate;
|
||||
Reference in New Issue
Block a user