typealias
CacheConstructors
export
type
CacheConstructors
=
{ [
Cache
in
keyof
Caches
]
:
Caches
[
Cache
][
0
]
&
{
name
:
Cache
};};
Union Members
{ [Cache in keyof
Caches
]:
Caches
[Cache][0] & { name: Cache };}