Time
A representation of the time with hours and minutes
type Time = {
hours: number;
minutes: number;
};
A representation of the time with hours and minutes
type Time = {
hours: number;
minutes: number;
};