@vergelijkdirect/comparison-forms 2.0.0-rc.26 → 2.0.0-rc.27
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -538,7 +538,7 @@ export declare const LoanForm: typeof __VLS_export_9;
|
|
|
538
538
|
|
|
539
539
|
export declare interface LoanFormData extends BirthdateFormData, FamilyCompositionFormData {
|
|
540
540
|
LoanPurpose: string;
|
|
541
|
-
LoanAmount: number
|
|
541
|
+
LoanAmount: number;
|
|
542
542
|
}
|
|
543
543
|
|
|
544
544
|
export declare function loanPresenter(data: LoanFormData): ComparisonPayload;
|