Typescript SDK Type Docs
    Preparing search index...

    Interface RemoveCountryUpdateAction

    interface RemoveCountryUpdateAction {
        action: "removeCountry";
        country: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    action: "removeCountry"

    Type of update action to be performed on the Application.

    country: string

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