Type alias ProjectUser

ProjectUser: { formList: string[]; preferences: any; role: "ADMIN" | "MOD" | "USER"; username: string }

Type declaration

  • formList: string[]
  • preferences: any
  • role: "ADMIN" | "MOD" | "USER"
  • username: string

Generated using TypeDoc