// I can't define the format of the strings but I can at least declare what type of string Typescript should expect export type String12hr = string export type String24hr = string export type Dashes = '--'