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

    Interface InputDef

    interface InputDef {
        role: string;
        unit?: string;
    }
    Index

    Properties

    Properties

    role: string

    Name the op's run reads this input by.

    unit?: string

    A unit this input must already carry, if the op demands one.