I'd like to share the formatted types from results that also apply to webhooks so I can consume a webhook but easily convert to the same exact information used within this SDK.
I.E.
client.trackUsingCarrierCodeAndTrackingNumber(/* ... */);
Is converted to a TrackUsingCarrierCodeAndTrackingNumberTypes.Result type.
I'd like to also consume the webhook and convert it over: formatTrackPackageByLabelIdResult(webhook.data).