navcat docs
    Preparing search index...

    Type Alias BuildContextState

    type BuildContextState = {
        _startTimes: Record<string, number>;
        logs: BuildContextLog[];
        times: BuildContextTime[];
    }
    Index

    Properties

    _startTimes: Record<string, number>