Typescript SDK Type Docs
    Preparing search index...

    Interface AddCountryUpdateAction

    interface AddCountryUpdateAction {
        action: "addCountry";
        country: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    action: "addCountry"

    Type of update action to be performed on the Application.

    country: string

    Country to add. Represented by two-digit country code as per ISO 3166-1 alpha-2.