Tsarr Documentation - v2.11.0
    Preparing search index...

    Type Alias DeleteIssueCommentByCommentIdData

    type DeleteIssueCommentByCommentIdData = {
        body?: never;
        path: { commentId: string };
        query?: never;
        url: "/issueComment/{commentId}";
    }
    Index

    Properties

    Properties

    body?: never
    path: { commentId: string }

    Type Declaration

    • commentId: string

      Issue Comment ID

    query?: never
    url: "/issueComment/{commentId}"