Typescript SDK Type Docs
    Preparing search index...

    Interface SetCountriesUpdateAction

    interface SetCountriesUpdateAction {
        action: "setCountries";
        countries: string[];
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    action: "setCountries"

    Type of update action to be performed on the Application.

    countries: string[]

    Sets a list of countries to the Application. Each country is represented by two-digit country code as per ISO 3166-1 alpha-2.