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

    Interface ImportAttributeStructure

    interface ImportAttributeStructure {
        kind: ImportAttribute;
        leadingTrivia?: string | WriterFunction | (string | WriterFunction)[];
        name: string;
        trailingTrivia?: string | WriterFunction | (string | WriterFunction)[];
        value: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

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

    Leading comments or whitespace.

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

    Trailing comments or whitespace.

    value: string

    Expression value. Quote this when providing a string.