ProviderContext
type ProviderContext<TConfig> = { config: z.infer<TConfig>; services: Services;};Defined in: core/src/provider/provider.type.ts:8
Arguments passed to a provider type’s setup: the shared services and its validated config.
Type Parameters
Section titled “Type Parameters”| Type Parameter |
|---|
TConfig extends z.ZodType |
Properties
Section titled “Properties”config
Section titled “config”config: z.infer<TConfig>;Defined in: core/src/provider/provider.type.ts:10
services
Section titled “services”services: Services;Defined in: core/src/provider/provider.type.ts:9