DI Bag API / index / SelectionKey
Type Alias: SelectionKey<T>
ts
type SelectionKey<T> = T extends string ? T : TokenKey<T>;Defined in: token-types.ts:73
Convert a string selection to itself or a typed token to its symbol key.
Type Parameters
| Type Parameter | Description |
|---|---|
T | - |