@servicenow/sdk - v4.4.1
    Preparing search index...
    ValidFlowArrayElementType: T extends FlowArrayType
        ? {
            __error: "FlowArray cannot contain another FlowArray as an element. Use Column or FlowObject instead.";
        }
        : T

    Type Parameters

    • T