hoshimi
    Preparing search index...

    Interface CustomizableSources

    Custom sources for Hoshimi.

    Extend this interface via module augmentation to provide custom sources/search sources.

    declare module "hoshimi" {
    interface CustomizableSources {
    mysearch: "my-source";
    }
    }