Interface KeplerActionExperimental

Opaque plain-object Redux action produced by a Kepler action creator.

interface KeplerAction {
    type: unknown;
}

Properties

Properties

type: unknown