Type Alias InstalledLocationSchema

InstalledLocationSchema: {
    _id: string;
    name: string;
    address: string;
    isInstalled?: boolean;
}

Type declaration

  • _id: string

    The ID of the location being checked

    0IHuJvc2ofPAAA8GzTRi
    
  • name: string

    The name of the location being checked

    John Deo
    
  • address: string

    The address linked to the location being checked

    47 W 13th St, New York, NY 10011, USA
    
  • OptionalisInstalled?: boolean

    True if the app is installed in this location, otherwise, false

    true