/** * Time as a string in the format '11:00 AM' * Regex: /((1[0-2]|0?[1-9]):([0-5][0-9]) ?([AaPp][Mm]))/ */ export type Time = string;