FPSMS-frontend
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

12 line
157 B

  1. export const [
  2. VIEW_USER,
  3. MAINTAIN_USER,
  4. VIEW_GROUP,
  5. MAINTAIN_GROUP,
  6. ] = [
  7. "VIEW_USER",
  8. "MAINTAIN_USER",
  9. "VIEW_GROUP",
  10. "MAINTAIN_GROUP",
  11. ]