OneSDK
    Preparing search index...

    Interface PinnedAction

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

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    data: null | Comment
    type: "pinned"