feat: add product 3 mount

This commit is contained in:
2026-06-17 19:10:21 +03:30
parent 958f29b685
commit a186db08e2
2 changed files with 7 additions and 11 deletions
+2 -1
View File
@@ -35,7 +35,8 @@ export const PRODUCT_TYPES = {
1: 'دائمی',
2: 'سالیانه',
3: '۶ ماهه',
4: 'ماهیانه'
4: 'ماهیانه',
5: 'سه ماهه'
} as const;
export type ProductType = keyof typeof PRODUCT_TYPES;