mirror of
https://github.com/Tria-plc/edr-platform.git
synced 2026-08-28 18:20:57 +00:00
3 lines
132 B
TypeScript
3 lines
132 B
TypeScript
/** DI token for the options passed to `IamSeedModule.forRoot(...)`. */
|
|
export const IAM_SEED_OPTIONS = Symbol("IAM_SEED_OPTIONS");
|