onrails
    Preparing search index...

    Type Alias RailwayInput<I>

    Initial context shape for a railway functional pipeline. Wraps the raw input under the input key so subsequent named steps can reference it via ctx.input.

    type RailwayInput<I> = {
        input: I;
    }

    Type Parameters

    • I
    Index

    Properties

    Properties

    input: I