ConfigFactoryKeyHost
interface ConfigFactoryKeyHost<T = unknown> {
KEY: string
asProvider(): {...}
}
Properties
| Property | Description |
|---|---|
KEY: string
|
Methods
asProvider() |
|---|
ParametersThere are no parameters. Returns
|