Skip to content

@sourceloop/authentication-service / Exports / RoleRepository

Class: RoleRepository

Hierarchy

  • DefaultSoftCrudRepository<Role, typeof id>

    RoleRepository

Table of contents

Constructors

Properties

Constructors

constructor

new RoleRepository(dataSource, role)

Parameters

Name Type
dataSource DataSource
role typeof Entity & { prototype: Role }

Overrides

DefaultSoftCrudRepository< Role, typeof Role.prototype.id \>.constructor

Defined in

services/authentication-service/src/repositories/role.repository.ts:16

Properties

role

Private Readonly role: typeof Entity & { prototype: Role }

Defined in

services/authentication-service/src/repositories/role.repository.ts:20