@pond-ts/process API Reference
    Preparing search index...

    Interface BuiltRequest<From>

    The envelope a builder produces — what Host.run takes.

    interface BuiltRequest<From extends string | SourceRef = string> {
        as?: string;
        from: From;
        nodes: Slots;
        outputs: Readonly<Record<string, Select>>;
    }

    Type Parameters

    Index

    Properties

    Properties

    as?: string
    from: From
    nodes: Slots
    outputs: Readonly<Record<string, Select>>