@shortcut/client
    Preparing search index...

    Interface UpdateStoryComment

    interface UpdateStoryComment {
        text: string;
    }
    Index

    Properties

    Properties

    text: string

    The updated comment text.

    100000