Skip to content

Instantly share code, notes, and snippets.

@DavidTheProgrammer
Last active November 22, 2018 15:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save DavidTheProgrammer/e839f286712384fb741d6f3fa69b38ac to your computer and use it in GitHub Desktop.
Save DavidTheProgrammer/e839f286712384fb741d6f3fa69b38ac to your computer and use it in GitHub Desktop.
const permissions = {
homeAppliances: {
read: true,
write: true,
delete: true
},
haberdashery: {
read: true,
write: true,
delete: false
},
// ... And so on
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment