Removed unusable code

This commit is contained in:
Ashish Deo
2023-10-27 20:32:01 +05:30
parent bd6dc3529d
commit ec94ae513a

View File

@@ -29,9 +29,6 @@ export enum PrimarySourcesType {
}
export interface IAddress {
lineOne: string;
lineTwo: string;
state: string;
id: string;
pinCode: string;
city: string;