Type alias SequenceConfig

SequenceConfig: {
    of: TimerConfig[];
    tags?: string[];
    type: "sequence";
}

Type declaration

  • of: TimerConfig[]
  • Optional tags?: string[]
  • type: "sequence"

Generated using TypeDoc