Interface DjockeyPluginModule

interface DjockeyPluginModule {
    makePlugin: ((config: DjockeyConfig) => DjockeyPlugin);
}

Properties

Properties

makePlugin: ((config: DjockeyConfig) => DjockeyPlugin)