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

    Type Alias DerivedOutput<R>

    The single-output spec map produced by derive.

    type DerivedOutput<R> = {
        value: PortSpec<R>;
    }

    Type Parameters

    • R
    Index

    Properties

    Properties

    value: PortSpec<R>