Type alias LoopConfig

LoopConfig: {
    of: TimerConfig;
    tags?: string[];
    times: number;
    type: "loop";
}

Type declaration

  • of: TimerConfig
  • Optional tags?: string[]
  • times: number
  • type: "loop"

Generated using TypeDoc