Skip to main content

@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;