Code cleanup.

This commit is contained in:
Ashish Deo
2023-10-25 14:49:31 +05:30
parent 0584af9654
commit ed0825606b

View File

@@ -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;