Interface ConfigAction

interface ConfigAction {
    data: Config;
    type: "config";
}

Hierarchy (view full)

Properties

Properties

data: Config
type: "config"