Interface: ConfigAction

    redux/reducers/config .ConfigAction

    Hierarchy

    • Action

      ConfigAction

    Properties

    config

    config: Object

    Type declaration

    Name Type
    clusters null | { [clusterName: string]: Cluster ; }

    Defined in

    redux/reducers/config.tsx:34


    type

    type: string

    Inherited from

    Action.type

    Defined in

    redux/actions/actions.tsx:82