@rbxts/a-plant-generator - v0.2.0
    Preparing search index...

    Interface SymbolTrace

    Optional provenance recorded only when tracing is enabled.

    interface SymbolTrace {
        generation: number;
        productionId?: string;
        sourceIndex: number;
    }
    Index
    generation: number
    productionId?: string
    sourceIndex: number