File

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

Index

Properties

Properties

ipLocation
ipLocation: ILocation
Type : ILocation
userDeclaredLocation
userDeclaredLocation: ILocation
Type : ILocation
Optional
export interface IDeviceProfile {
  ipLocation: ILocation;
  userDeclaredLocation?: ILocation;
}

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

results matching ""

    No results matching ""