feat(core-shared/jobs): symbol registry

This commit is contained in:
2026-05-08 11:35:25 +02:00
parent cf32175684
commit a2a83e1cf2

View File

@@ -0,0 +1,3 @@
export const CORE_SHARED_JOBS_SYMBOLS = {
IJobQueue: Symbol.for("@repo/core-shared/jobs/IJobQueue"),
} as const;