Skip to main content
Version: 1.x

@microsoft/fast-foundation > Key

Key type

A key that is used to register dependencies with a dependency injection container.

Signature:
export declare type Key = PropertyKey | object | InterfaceSymbol | Constructable | Resolver;