Skip to content

Commit

Permalink
Added missing import
Browse files Browse the repository at this point in the history
  • Loading branch information
Ruben committed Oct 15, 2024
1 parent b6845de commit 7171991
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ import { TransactionStatusEnum } from '@121-service/src/payments/transactions/en
import { LocalizedString } from '@121-service/src/shared/types/localized-string.type';
import { UserOwnerDto } from '@121-service/src/user/dto/user-owner.dto';
import { Relation } from 'typeorm';
import { FinancialServiceProviders } from '@121-service/src/financial-service-providers/enum/financial-service-provider-name.enum';

export class TransactionReturnDto {
@ApiProperty({
Expand Down

0 comments on commit 7171991

Please sign in to comment.