Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
pghalliday committed Feb 3, 2021
1 parent 60fb4fd commit aeec13b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -128,8 +128,8 @@ new TsTypeGenerator()
.property(
"name",
new Interface()
.property('firstName', stringType)
.property('lastName', stringType)
.property("firstName", stringType)
.property("lastName", stringType)
)
)
.generate(resolve(__dirname, "../lib"));
Expand Down

0 comments on commit aeec13b

Please sign in to comment.