/** * A hex string * @example * const hex: Hex = '0x1234ff' */ export type Hex = `0x${string}`