lessel - v0.1.0
    Preparing search index...

    Interface BootstrapResult

    interface BootstrapResult {
        api: ApiServer;
        config: LesselConfig;
        detectedPlatforms: PlatformConfig[];
        pipeline: PipelineManager;
        store: Store;
    }
    Index
    config: LesselConfig
    detectedPlatforms: PlatformConfig[]
    pipeline: PipelineManager
    store: Store