@suluk/cockpit - v0.2.0
    Preparing search index...

    Interface ModuleRegistry

    interface ModuleRegistry {
        name: string;
        homepage?: string;
        modules: ModuleEntry[];
    }
    Index

    Properties

    name: string
    homepage?: string
    modules: ModuleEntry[]