website refactor
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
import { ApiProperty } from '@nestjs/swagger';
|
||||
import { IsString, IsNumber, IsEnum, IsOptional, IsDate } from 'class-validator';
|
||||
import { PaymentType } from './PaymentType';
|
||||
import { IsDate, IsEnum, IsNumber, IsOptional, IsString } from 'class-validator';
|
||||
import { PayerType } from './PayerType';
|
||||
import { PaymentStatus } from './PaymentStatus';
|
||||
import { PaymentType } from './PaymentType';
|
||||
|
||||
export class PaymentDTO {
|
||||
@ApiProperty()
|
||||
|
||||
Reference in New Issue
Block a user