@homefile/components-v2 2.8.14 → 2.8.15

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.
@@ -1,4 +1,4 @@
1
- interface MortgageFormI {
1
+ export interface MortgageFormI {
2
2
  amount?: number;
3
3
  maturityDate?: string;
4
4
  documentDate?: string;
@@ -12,4 +12,3 @@ interface MortgageFormI {
12
12
  export interface MortgageInfoI {
13
13
  form: MortgageFormI;
14
14
  }
15
- export {};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@homefile/components-v2",
3
- "version": "2.8.14",
3
+ "version": "2.8.15",
4
4
  "author": "Homefile",
5
5
  "license": "UNLICENSED",
6
6
  "typings": "dist/index.d.ts",
@@ -1,4 +1,4 @@
1
- interface MortgageFormI {
1
+ export interface MortgageFormI {
2
2
  amount?: number
3
3
  maturityDate?: string
4
4
  documentDate?: string