From ed0825606b2958b62a3c27439afe7c789c0bf0cd Mon Sep 17 00:00:00 2001 From: Ashish Deo Date: Wed, 25 Oct 2023 14:49:31 +0530 Subject: [PATCH] Code cleanup. --- src/types/addressGeolocation.types.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/types/addressGeolocation.types.ts b/src/types/addressGeolocation.types.ts index f9906e41..758ab56a 100644 --- a/src/types/addressGeolocation.types.ts +++ b/src/types/addressGeolocation.types.ts @@ -29,9 +29,9 @@ export enum PrimarySourcesType { } export interface IAddress { - lineOne: any; - lineTwo: any; - state: any; + lineOne: string; + lineTwo: string; + state: string; id: string; pinCode: string; city: string;