Standarad Pricing Feature Added
CI / build (push) Has been skipped
CI / deploy (push) Successful in 49s

This commit is contained in:
2026-03-18 17:18:33 -05:00
parent fb7b138371
commit a1ca82e539
7 changed files with 521 additions and 9 deletions
+8
View File
@@ -75,3 +75,11 @@ export interface Template {
modifiers?: Modifier[];
defaultSubScopeName?: string;
}
export interface StandardPrice {
id: string;
category: string;
name: string;
price: number;
priceRange?: string;
}