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