Skip to content

Type Alias: SeedKey

ts
type SeedKey = Newable | string | symbol;

Defined in: src/wirestate-core/types/initial-state.ts:11

Represents a lookup key for targeted seed values.

Remarks

Supports class constructors (for targeted seeds), strings, or symbols.