skyturkish / divine-boost

A service website where players can move their accounts to the top leagues in exchange for money in various games.
https://elo-boost-7-frontend-luvjvoipkq-ew.a.run.app/
MIT License
0 stars 1 forks source link

permission #32

Closed skyturkish closed 1 year ago

skyturkish commented 1 year ago
    permissions: {
        type: Object,
        default: {
            booster: 'divine-booster',
            coach: 'coach',
            seller: 'elite-seller',
            games: {
                'league-of-legends': {
                    maxRank: 'diamond-1',

                }
            },
        }
    },