Interface ForceUpdateAction

interface ForceUpdateAction {
    type: "FORCE_UPDATE";
}

Properties

Properties

type: "FORCE_UPDATE"