Refactor code structure for improved readability and maintainability
Test Suite / test (24.15.0) (push) Has been cancelled
Test Suite / test (24.15.0) (push) Has been cancelled
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
export declare class UpdateInventoryDto {
|
||||
productId?: number;
|
||||
quantity?: number;
|
||||
unit?: string;
|
||||
location?: string;
|
||||
purchaseDate?: string;
|
||||
bestBeforeDate?: string;
|
||||
brand?: string;
|
||||
receiptName?: string;
|
||||
opened?: boolean;
|
||||
suitableFor?: string;
|
||||
comment?: string;
|
||||
}
|
||||
Reference in New Issue
Block a user