Member Junction
    Preparing search index...

    The legend needed to interpret — and reverse the meaning of — a crushed payload.

    interface CrushLegend {
        Elided?: string[];
        Intern?: Record<string, string>;
        Notes: string[];
        TruncatedRows?: number;
    }
    Index

    Properties

    Elided?: string[]

    Field names dropped because every value was empty.

    Intern?: Record<string, string>

    Interned-string dictionary: ref token → original value.

    Notes: string[]

    Human/AI-readable notes describing the transforms applied.

    TruncatedRows?: number

    Count of trailing table rows removed by the budget guard.