Standarad Pricing Feature Added
This commit is contained in:
@@ -75,3 +75,11 @@ export interface Template {
|
||||
modifiers?: Modifier[];
|
||||
defaultSubScopeName?: string;
|
||||
}
|
||||
|
||||
export interface StandardPrice {
|
||||
id: string;
|
||||
category: string;
|
||||
name: string;
|
||||
price: number;
|
||||
priceRange?: string;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user