@bondsports/types 2.2.263 → 2.2.265
Sign up to get free protection for your applications and to get access to all the features.
@@ -46,7 +46,7 @@ export declare class FutureInstallmentsIdsDto {
|
|
46
46
|
paymentsIds: number[];
|
47
47
|
}
|
48
48
|
export declare class CancelFutureInstallmentsDto extends FutureInstallmentsIdsDto {
|
49
|
-
invoiceId
|
49
|
+
invoiceId: number;
|
50
50
|
userId?: number;
|
51
51
|
}
|
52
52
|
export declare class UpdateScheduledPaymentsDto {
|