gukgjzkgjhgjh
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
/**
|
||||
* Generated by orval v8.8.0 🍺
|
||||
* Do not edit manually.
|
||||
* OpenAPI spec version: 0.0.0
|
||||
*/
|
||||
|
||||
/**
|
||||
* Serializer for tracking information response.
|
||||
*/
|
||||
export interface DeutschePostTracking {
|
||||
readonly order_id: string;
|
||||
readonly awb_number: string;
|
||||
readonly barcode: string;
|
||||
readonly tracking_url: string;
|
||||
readonly state: string;
|
||||
readonly last_updated: Date;
|
||||
readonly tracking_events: unknown;
|
||||
}
|
||||
Reference in New Issue
Block a user