lessel - v0.1.0
    Preparing search index...

    Interface RegistryIndex

    interface RegistryIndex {
        generated: string;
        plugins: GitHubPluginInfo[];
        totalPlugins: number;
    }
    Index
    generated: string
    plugins: GitHubPluginInfo[]
    totalPlugins: number