enhance form label & add comment to product
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user