Scheduled
import { Scheduled } from "https://raw.githubusercontent.com/mandarineorg/mandarinets/master/mod.ts";
Decorator Creates a task based on a CRON Expression. It is fired for the first time during Mandarine's start-up process
const Scheduled: (cronExpression: string, timeZone?: string) => unknown;