refactor
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
import { ApiProperty } from '@nestjs/swagger';
|
||||
import { PaymentDTO } from './PaymentDTO';
|
||||
|
||||
export class CreatePaymentOutputDTO {
|
||||
@ApiProperty({ type: PaymentDTO })
|
||||
payment: PaymentDTO;
|
||||
}
|
||||
Reference in New Issue
Block a user