@shortcut/client
    Preparing search index...

    Interface UpdateEpicCommentParams

    interface UpdateEpicCommentParams {
        text?: string;
    }
    Index

    Properties

    Properties

    text?: string

    The comment text.

    100000