export interface PluginsManifestResponse { plugins: { name: string; entry: string; }[]; }