fix: change type
This commit is contained in:
@@ -9,7 +9,7 @@ export interface CreatePaymentCollectionDTO {
|
|||||||
}
|
}
|
||||||
|
|
||||||
export interface UpdatePaymentCollectionDTO
|
export interface UpdatePaymentCollectionDTO
|
||||||
extends CreatePaymentCollectionDTO {}
|
extends Partial<CreatePaymentCollectionDTO> {}
|
||||||
|
|
||||||
export interface CreatePaymentDTO {
|
export interface CreatePaymentDTO {
|
||||||
amount: number
|
amount: number
|
||||||
|
|||||||
Reference in New Issue
Block a user