Type alias ScheduleEvent

ScheduleEvent: {
    beat: number;
    [key: string]: any;
}

Type declaration

  • [key: string]: any
  • beat: number