Interface PinnedAction

interface PinnedAction {
    data: null | Comment;
    type: "pinned";
}

Hierarchy (view full)

Properties

Properties

data: null | Comment
type: "pinned"