In this interface we will see the structure of ShippingOption
export interface ShippingOption { type: ShippingType; details: Details;}
Generated using TypeDoc
In this interface we will see the structure of ShippingOption