export declare type ShippingZoneLocation = { code: string; type: string; }; export declare type UpdateShippingZoneLocationRequestType = { shipping_zone_id: string; data: ShippingZoneLocation; };