Variable: SEEDS
ts
const SEEDS: unique symbol;Defined in: src/wirestate-core/seeds/tokens.ts:14
Unique symbol used as a token for the container-scoped seeds map.
Remarks
This token is used to bind and resolve the SeedsMap in the Inversify Container.
Example
typescript
const seedsMap: SeedsMap = container.get(SEEDS_TOKEN);