feat: add product 3 mount
This commit is contained in:
+2
-1
@@ -35,7 +35,8 @@ export const PRODUCT_TYPES = {
|
||||
1: 'دائمی',
|
||||
2: 'سالیانه',
|
||||
3: '۶ ماهه',
|
||||
4: 'ماهیانه'
|
||||
4: 'ماهیانه',
|
||||
5: 'سه ماهه'
|
||||
} as const;
|
||||
|
||||
export type ProductType = keyof typeof PRODUCT_TYPES;
|
||||
|
||||
Reference in New Issue
Block a user