interface ProjectChangeCurrenciesAction {
    action: "changeCurrencies";
    currencies: string[];
}

Properties

Properties

action: "changeCurrencies"
currencies: string[]

New value to set. Must not be empty.

Generated using TypeDoc