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

    Type Alias FieldListValue<T>

    FieldListValue: FieldListElement<T>[]

    Field list value - supports both type-safe table fields and generic strings. Uses TableSchemaDotWalk for dot-walk notation when table is known.

    Type Parameters