@servicenow/sdk - v4.4.1
    Preparing search index...

    Interface SynthesizedComment

    interface SynthesizedComment {
        end: -1;
        hasLeadingNewline?: boolean;
        hasTrailingNewLine?: boolean;
        kind: CommentKind;
        pos: -1;
        text: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    end: -1
    hasLeadingNewline?: boolean
    hasTrailingNewLine?: boolean
    pos: -1
    text: string