enhance form label & add comment to product

This commit is contained in:
2025-11-04 23:26:20 +03:00
parent 2d2773aa13
commit 0249db13d3
4 changed files with 10 additions and 11 deletions

View File

@@ -132,7 +132,7 @@ export type LinkParameterType = {
sign: "=" | ">" | ">=" | "<" | "<=";
value: string;
};
export type LoginUserType = {
username?: string;
password?: string;
@@ -327,6 +327,7 @@ export interface CartItem {
extrasgroup?: string[];
isHasLoyalty?: boolean;
no_of_stamps_give?: number;
comment?: string;
}
export interface User {