AppContext
AppContext<
TSchema,TPluginContext> =object&TPluginContext
Defined in: packages/core/src/types.ts:119
The accumulated per-request context after all plugins have run.
Contains the validated env plus each plugin’s namespaced values.
Type Declaration
Section titled “Type Declaration”env:
ParsedEnv<TSchema>
The validated environment bindings.
Type Parameters
Section titled “Type Parameters”TSchema
Section titled “TSchema”TSchema extends Schema
The env schema type.
TPluginContext
Section titled “TPluginContext”TPluginContext
The intersection of all registered plugins’ provides.