Skip to content

@sourceloop/ctrl-plane-subscription-service / Exports / CurrencyRepository

Class: CurrencyRepository

Hierarchy

  • DefaultUserModifyCrudRepository<Currency, typeof id, {}>

    CurrencyRepository

Table of contents

Constructors

Properties

Constructors

constructor

new CurrencyRepository(dataSource, getCurrentUser)

Parameters

Name Type
dataSource DataSource
getCurrentUser Getter<IAuthUserWithPermissions<string>>

Overrides

DefaultUserModifyCrudRepository< Currency, typeof Currency.prototype.id, {} \>.constructor

Defined in

services/subscription-service/src/repositories/currency.repository.ts:14

Properties

getCurrentUser

Readonly getCurrentUser: Getter<IAuthUserWithPermissions<string>>

Inherited from

DefaultUserModifyCrudRepository.getCurrentUser

Defined in

services/subscription-service/src/repositories/currency.repository.ts:18