Interface WithKey<TKey>

interface WithKey<TKey> {
    key: TKey;
}

Type Parameters

  • TKey

Properties

Properties

key: TKey

The key that this set was grouped by

Generated using TypeDoc