Created
January 7, 2018 00:52
-
-
Save ikourfaln/058147de91d40dabdf5ae6738a3efccc to your computer and use it in GitHub Desktop.
Roles keys
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
export const enum Roles { | |
Sales = 'Sales', | |
Pricing = 'Pricing', | |
Level3 = 'Level3', | |
Admin = 'Admin' | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment