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,14 @@
|
||||
export declare class CreateInventoryDto {
|
||||
productId: number;
|
||||
quantity: number;
|
||||
unit: string;
|
||||
location?: string;
|
||||
purchaseDate?: string;
|
||||
bestBeforeDate?: string;
|
||||
brand?: string;
|
||||
origin?: string;
|
||||
receiptName?: string;
|
||||
opened?: boolean;
|
||||
suitableFor?: string;
|
||||
comment?: string;
|
||||
}
|
||||
Reference in New Issue
Block a user