From bb33b8c65054c5947c380aaa7c0a42693f0757e1 Mon Sep 17 00:00:00 2001 From: David Burke Date: Mon, 18 Sep 2023 13:31:01 -0500 Subject: [PATCH] feat(typings): Adding associatedEntityID to CustomerRequiredFieldOption interface --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e8c4b9c..7306444 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ console.log(EntityTypes.Candidate === "Candidate"); // outputs: true let person: Candidate = { firstName: "John", - lastName: "smith", + lastName: "smith", }; ```