chore: normalize the payment and payment transaction
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
import { PartialType } from "@nestjs/swagger";
|
||||
|
||||
import { CreateBankAccountDto } from "./create-bankaccount.dto";
|
||||
|
||||
export class UpdateBankAccountDto extends PartialType(CreateBankAccountDto) {}
|
||||
Reference in New Issue
Block a user