/** Describes what a **`Number`** is
 */
export type Number = string;
