Framework
SeedsIndex
Type Alias: SeedsIndex
type SeedsIndex = Record<string, boolean>;Seeds index stored in seeds/@.json. Maps plugin names to whether they have seed config.
Robo.jstype SeedsIndex = Record<string, boolean>;Seeds index stored in seeds/@.json. Maps plugin names to whether they have seed config.