update type reward
This commit is contained in:
@ -57,7 +57,9 @@ const AddDialog = () => {
|
|||||||
|
|
||||||
const RewardType = {
|
const RewardType = {
|
||||||
'Daily Check in': 'D',
|
'Daily Check in': 'D',
|
||||||
Referal: 'R'
|
Referal: 'R',
|
||||||
|
'Level Pro': 'P',
|
||||||
|
'Level Prioritas': 'L'
|
||||||
} as const;
|
} as const;
|
||||||
|
|
||||||
type RewardTypeValue = (typeof RewardType)[keyof typeof RewardType];
|
type RewardTypeValue = (typeof RewardType)[keyof typeof RewardType];
|
||||||
|
|||||||
Reference in New Issue
Block a user