@beincom/constants
Version:
Beincom shared constant definitions
12 lines (11 loc) • 384 B
TypeScript
export declare enum PREMIUM_FEATURES {
EKYC = "ekyc",
JOIN_AIRDROP = "airdrop.join",
BONUS_AIRDROP = "airdrop.bonus",
COMMENT_PRIORITY = "priority.comment",
PROFILE_VIEW = "profile.view",
UNLOCK_ACHIEVEMENT = "achievement.unlock",
CREATE_COMMUNITY = "community.create",
SUB_PROFILES = "sub_profiles.create",
DONATION_RECEIVE = "donation.receive"
}