@eagleoutice/flowr - v2.13.14
    Preparing search index...

    Type Alias BuiltInFlowrPluginArgs<N>

    BuiltInFlowrPluginArgs: N extends typeof BuiltInPlugins[number][0]
        ? ConstructorParameters<Extract<(...)[(...)], [(...), (...)]>[1]>
        : never

    Type Parameters