LogoRobo.js
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.

On this page