UNPKG

node-pluginsmanager

Version:
8 lines (7 loc) 283 B
import type { Orchestrator } from "node-pluginsmanager-plugin"; interface OrchestratorExtended extends Orchestrator { "github"?: string; "repository"?: string | Record<string, string>; } export default function extractGithub(plugin: OrchestratorExtended): string; export {};