complated

This commit is contained in:
Samandar Turgunboyev
2026-02-06 20:01:44 +05:00
parent d5106d85e9
commit bd1cf26c46
5 changed files with 107 additions and 1 deletions

View File

@@ -37,6 +37,7 @@ export interface Product {
marketing_group_code: null | string;
inventory_kinds: { id: number; name: string }[];
sector_codes: { id: number; code: string }[];
payment_type: "cash" | "card" | null;
}
export interface Category {