From 8440bf96a0a24bd05f2521cb6b38fabe1aab0259 Mon Sep 17 00:00:00 2001 From: Bill Knechtel Date: Fri, 6 May 2022 12:22:52 -0500 Subject: [PATCH] Add optional line2 declaration --- index.d.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/index.d.ts b/index.d.ts index 8e4e55d..c3028f7 100644 --- a/index.d.ts +++ b/index.d.ts @@ -10,6 +10,7 @@ declare module "addresser" { stateName: string; placeName: string; addressLine1: string; + addressLine2?: string; streetNumber: string; streetSuffix: string; streetName: string;