CustomizablePluginNames
Custom plugin names for Hoshimi. Extend this interface via module augmentation to provide custom plugin names with autocompletion.
Signature
export interface CustomizablePluginNamesJSDoc
Examples
declare module "hoshimi" {
interface CustomizablePluginNames {
myFork: "lavasrc-fork-plugin";
}
}Members
This export does not declare public properties or methods in the generated declaration file.