Interface BaseAction

interface BaseAction {
    type: SendType;
}

Hierarchy (view full)

Properties

Properties

type: SendType