// Generated Source interface ShippingMethod { /** * Internal identifier of the shipping method */ id?: string; /** * Name/description of the shipping method */ name?: string; } export default ShippingMethod;