Interface Time

interface Time {
    cron_exp: string;
    duration: number;
}

Properties

Properties

cron_exp: string
duration: number

Generated using TypeDoc