interface DhlNodeParameters {
operation?: "get";
options?: { recipientPostalCode?: string };
trackingNumber?: string;
}
interface DhlNodeParameters {
operation?: "get";
options?: { recipientPostalCode?: string };
trackingNumber?: string;
}
Default: "get"