Type Alias RepeatingEvent

RepeatingEvent: {
    data: RepeatingEventData;
    execute: RepeatingEventFunction;
}

Represents the full structure of a repeating event file.

Type declaration