Skip to content

Instantly share code, notes, and snippets.

@ikourfaln
Created January 7, 2018 00:52
Show Gist options
  • Save ikourfaln/058147de91d40dabdf5ae6738a3efccc to your computer and use it in GitHub Desktop.
Save ikourfaln/058147de91d40dabdf5ae6738a3efccc to your computer and use it in GitHub Desktop.
Roles keys
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