Interface ClearAction

interface ClearAction {
    type: "clear";
}

Hierarchy (view full)

Properties

Properties

type: "clear"