Begin defining a TaxReturn and Person model.
authorRobert Sesek <rsesek@bluestatic.org>
Mon, 17 Feb 2020 22:17:10 +0000 (17:17 -0500)
committerRobert Sesek <rsesek@bluestatic.org>
Mon, 17 Feb 2020 22:17:10 +0000 (17:17 -0500)
commitbf61af8a83394eb5e6450dd74eb9aa5dcb2ceafe
tree40744dd523fb3dea4face34aaa96a22e5dda9523
parentc2909af96bd1085b418496ab64466fff1bef174c
Begin defining a TaxReturn and Person model.
src/Form.ts [new file with mode: 0644]
src/Person.test.ts [new file with mode: 0644]
src/Person.ts [new file with mode: 0644]
src/TaxReturn.test.ts [new file with mode: 0644]
src/TaxReturn.ts [new file with mode: 0644]