@kl-c/matrixos 0.3.48 → 0.3.50

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,7 @@
1
1
  export interface ServiceInstallOptions {
2
2
  readonly dashboard?: boolean;
3
3
  readonly gateway?: boolean;
4
+ readonly cron?: boolean;
4
5
  readonly user?: boolean;
5
6
  }
6
7
  export declare function serviceInstallCommand(options: ServiceInstallOptions): Promise<number>;