• Preparing search index...
  • The search index is not available
zibri
  • zibri
  • auth/models/base-user.model
  • BaseUserEntity

Function BaseUserEntity

  • BaseUserEntity<Role extends string>(
        roleValue: AnyEnum<Role>,
    ): Newable<BaseUser<Role>>

    Defines a base user entity class with the specified roles.

    Type Parameters

    • Role extends string

    Parameters

    • roleValue: AnyEnum<Role>

      The enum that is used for defining the roles of the user.

    Returns Newable<BaseUser<Role>>

    • Defined in src/auth/models/base-user.model.ts:23

Settings

Member Visibility
zibri
  • Loading...

Generated using TypeDoc