Skip to content

Commit

Permalink
feat(typings): Adding associatedEntityID to CustomerRequiredFieldOpti…
Browse files Browse the repository at this point in the history
…on interface (#174)

Commit with whitespace change to trigger release.
  • Loading branch information
davidpburke authored Sep 18, 2023
1 parent 3afdc97 commit 7f3a70a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ console.log(EntityTypes.Candidate === "Candidate"); // outputs: true

let person: Candidate = {
firstName: "John",
lastName: "smith",
lastName: "smith",
};
```

Expand Down

0 comments on commit 7f3a70a

Please sign in to comment.