Type Alias GetInstalledLocationsResponse

GetInstalledLocationsResponse: {
    locations: InstalledLocationSchema[];
    count: number;
    installToFutureLocations: boolean;
}

Type declaration

  • locations: InstalledLocationSchema[]

    The list of locations and their installation status

    [{"_id":"0IHuJvc2ofPAAA8GzTRi","name":"John Deo","address":"47 W 13th St, New York, NY 10011, USA","isInstalled":true}]
    
  • count: number

    The total number of locations that have the app installed

    1
    
  • installToFutureLocations: boolean

    If true, the app will be installed in all future locations created, otherwise, false

    true