File

src/app/modules/shared-feature/interfaces/deviceProfile.ts

Index

Properties

Properties

district
district: string
Type : string
state
state: string
Type : string
export interface IDeviceProfile {
  ipLocation: ILocation;
  userDeclaredLocation?: ILocation;
}

interface ILocation {
  state: string;
  district: string;
}

results matching ""

    No results matching ""