@servicenow/sdk - v4.4.1
    Preparing search index...
    interface Structure {
        leadingTrivia?: string | WriterFunction | (string | WriterFunction)[];
        trailingTrivia?: string | WriterFunction | (string | WriterFunction)[];
    }

    Hierarchy (View Summary)

    Index

    Properties

    leadingTrivia?: string | WriterFunction | (string | WriterFunction)[]

    Leading comments or whitespace.

    trailingTrivia?: string | WriterFunction | (string | WriterFunction)[]

    Trailing comments or whitespace.