UNPKG

graphdb-workbench

Version:
8 lines (7 loc) 169 B
export interface PluginsManifestResponse { plugins: PluginDefinitionResponse[]; } export interface PluginDefinitionResponse { name: string; entry: string; }