@shortcut/client
    Preparing search index...

    Interface UpdateStoryCommentParams

    interface UpdateStoryCommentParams {
        text?: string;
    }
    Index

    Properties

    Properties

    text?: string

    The comment text.

    100000