File

src/app/interfaces/user-roles.ts

Description

User roles interface

Index

Properties

Properties

admin
admin: boolean
Type : boolean

Admin role

photographer
photographer: boolean
Type : boolean

Photographer role

user
user: boolean
Type : boolean

User role

export interface UserRoles {
  /**
   * Admin role
   */
  admin?: boolean;
  /**
   * Photographer role
   */
  photographer?: boolean;
  /**
   * User role
   */
  user?: boolean;
}

results matching ""

    No results matching ""