Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface UnraidConfig<ExecutorConfig, Ex>

Type parameters

Hierarchy

  • UnraidConfig

Index

Properties

executor: Type<Ex>

Specify which Executor to use. For nodejs use the builtin SSHExecutor which uses ssh2 under the hood. You can also provide a custom Executor implementation.

executorConfig: PropType<Ex, "config">

Generated using TypeDoc