-- | /Unit/ is a simple interface with one request and a fixed response type module SupplyChain.Unit ( {- * Type -} Unit (Unit), ) where import SupplyChain.Core.Unit (Unit (Unit))