Shape of the value for addLocation and removeLocation actions

interface Location {
    country: string;
    state: string;
}

Properties

Properties

country: string

Two-digit country code as per ISO 3166-1 alpha-2.

state: string