From ec94ae513a363dc5a246cddc0e32dd0bdef44aa5 Mon Sep 17 00:00:00 2001 From: Ashish Deo Date: Fri, 27 Oct 2023 20:32:01 +0530 Subject: [PATCH] Removed unusable code --- src/types/addressGeolocation.types.ts | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/types/addressGeolocation.types.ts b/src/types/addressGeolocation.types.ts index 758ab56a..7ab0584e 100644 --- a/src/types/addressGeolocation.types.ts +++ b/src/types/addressGeolocation.types.ts @@ -29,9 +29,6 @@ export enum PrimarySourcesType { } export interface IAddress { - lineOne: string; - lineTwo: string; - state: string; id: string; pinCode: string; city: string;