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

    Interface ScmComment

    SCM comment representation.

    interface ScmComment {
        id: number;
        body: string;
        author: string;
        createdAt: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

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