Skip to content

Type Alias: SeedEntries

ts
type SeedEntries = ReadonlyArray<SeedEntry>;

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

Represents a collection of targeted seed entries.

Remarks

Used during container initialization to populate the SeedsMap.