ProviderTypes
Defined in: tsed/src/constants/types.ts:11
Provider type constants for DI scanning.
These constants are used to categorize providers registered with Ts.ED’s dependency injection container, enabling MonqueModule to discover and register jobs automatically.
Note: Using string constants with as const instead of enums per
Constitution guidelines.
Type Declaration
Section titled “Type Declaration”Provider type for cron job handlers
JOB_CONTROLLER
Section titled “JOB_CONTROLLER”Provider type for
Job Controller
Section titled “Job Controller”decorated classes