UNPKG

@battle-racing/br-common-lib

Version:

Common library for all Battle Racing Repositorios

5 lines (4 loc) 93 B
export const USER_ROLE = { SUPER_ADMIN: 'SUPER_ADMIN', OPERATOR: 'OPERATOR', } as const;