LocationDetails: {
    address?: string;
    name?: string;
}

Location details like address and name

Type declaration

  • Optionaladdress?: string

    Address of the location

  • Optionalname?: string

    Name of the location