Interface Role

Interface representing a role in the application with its associated permissions.

Hierarchy

  • Role

Properties

Properties

name: string

The name of the role.

permissions: string[]

An array of permissions associated with the role.

Generated using TypeDoc