nexus-agents - v2.80.0
    Preparing search index...

    Interface ScmCommentDetail

    Extended comment with author association.

    interface ScmCommentDetail {
        id: number;
        body: string;
        author: string;
        createdAt: string;
        authorAssociation: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    id: number
    body: string
    author: string
    createdAt: string
    authorAssociation: string