Skip to content

Commit

Permalink
W.I.P.
Browse files Browse the repository at this point in the history
  • Loading branch information
rkrauskopf committed Jul 28, 2021
1 parent d6ab622 commit fdd98fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/create-label/types/private-response.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ export type Currency2 = "usd" | "cad" | "aud" | "gbp" | "eur" | "nzd";
export type TrackingNumber = string;

export interface Label {
label_id: SeId;
label_id?: SeId;
status?: LabelStatus;
shipment_id?: SeId1;
ship_date?: Date;
Expand Down

0 comments on commit fdd98fc

Please sign in to comment.