1
2
3
4
export let intervalTesting = (ival: Interval) => {
let lastRunAt = ival.lastRunAt;
console.email(JSON.stringify(ival) + "\nDISABLE ME!!");
};