5 lines
165 B
TypeScript
5 lines
165 B
TypeScript
export type Location = string; // ?
|
|
|
|
export type AvailableBeginDateTime = string; // YYYY-MM-DDThh:mm
|
|
|
|
export type AvailableEndDateTime = string; // YYYY-MM-DDThh:mm
|