mirror of
https://gitlab.com/mbugroup/lti-web-client.git
synced 2026-05-20 13:32:00 +00:00
fix(FE): Make expedition_vendor optional and nullable
This commit is contained in:
Vendored
+4
-4
@@ -43,10 +43,10 @@ export type PurchaseItem = {
|
||||
received_qty?: number | null;
|
||||
transport_per_item?: number | null;
|
||||
expedition_vendor?: {
|
||||
id: number;
|
||||
name: string;
|
||||
alias: string;
|
||||
category: string;
|
||||
id?: number;
|
||||
name?: string;
|
||||
alias?: string;
|
||||
category?: string;
|
||||
} | null;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user