@adamburgess/linq

    Interface WithKey<TKey>

    interface WithKey<TKey> {
        key: TKey;
    }

    Type Parameters

    • TKey
    Index

    Properties

    Properties

    key: TKey

    The key that this set was grouped by

    MMNEPVFCICPMFPCPTTAAATR