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,7 @@
|
||||
export declare class UpsertUserProductDto {
|
||||
productId: number;
|
||||
note?: string;
|
||||
preferredBrand?: string;
|
||||
preferredStore?: string;
|
||||
isPrivate?: boolean;
|
||||
}
|
||||
Reference in New Issue
Block a user