@eagleoutice/flowr - v2.15.8
    Preparing search index...

    Type Alias KeyOf<Type>

    KeyOf: Extract<keyof ResultsOf<Type>, string>

    The keys ResultsOf is indexed by, e.g. the slicing criterion a slice was taken at.

    Type Parameters