export interface TargetShipping { /** * Cost of delivery after the operation is completed * Example: 123.45 */ amount: string; }