Interface Action<T>

interface Action<T> {
    type: T;
}

Type Parameters

  • T = any

Hierarchy (view full)

Properties

Properties

type: T

Generated using TypeDoc