@servicenow/sdk - v4.4.1
    Preparing search index...
    Flow: <
        const O extends TriggerInstance,
        const F extends ReturnType<O>,
        V extends Record<string, FlowValueType>,
    >(
        _config: FlowDefinition<V>,
        _triggerInstance: F | undefined,
        _body?: (params: FlowBodyParams<F, OutputsWithDotwalk<V>>) => void,
    ) => { type: "flow" }

    Type Declaration