UNPKG

@serve.zone/spark

Version:

A comprehensive tool for maintaining and configuring servers, integrating with Docker and supporting advanced task scheduling, targeted at the Servezone infrastructure and used by @serve.zone/cloudly as a cluster node server system manager.

8 lines (7 loc) 243 B
import * as plugins from './spark.plugins.js'; import { Spark } from './spark.classes.spark.js'; export declare class SparkInfo { sparkRef: Spark; projectInfo: plugins.projectinfo.ProjectinfoNpm; constructor(sparkRefArg: Spark); }