Interface AnyAction

interface AnyAction {
    type: any;
}

Hierarchy (view full)

Properties

Properties

type: any