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

    Interface OutputInfo

    interface OutputInfo {
        column: string;
        name?: string;
        unit: string | null;
    }
    Index

    Properties

    Properties

    column: string
    name?: string

    The caller's name for this output, when it gave one.

    unit: string | null