documents

This commit is contained in:
2026-03-15 00:47:16 -05:00
parent 21c2bbeaa8
commit 9d8f6767fb
9 changed files with 17 additions and 8 deletions

View File

@@ -31,6 +31,7 @@ export interface InventoryItemOptionDto {
id: string;
sku: string;
name: string;
isPurchasable: boolean;
defaultPrice: number | null;
}