OneSDK
    Preparing search index...

    Interface CommentsAction

    interface CommentsAction {
        data: { comments: Comment[]; options?: CommentSenderOption };
        type: "comments";
    }
    Index

    Properties

    Properties

    data: { comments: Comment[]; options?: CommentSenderOption }
    type: "comments"