refactor payments module
This commit is contained in:
@@ -3,5 +3,5 @@ import { PaymentDTO } from './PaymentDTO';
|
||||
|
||||
export class CreatePaymentOutputDTO {
|
||||
@ApiProperty({ type: PaymentDTO })
|
||||
payment: PaymentDTO;
|
||||
payment!: PaymentDTO;
|
||||
}
|
||||
Reference in New Issue
Block a user