zibri
    Preparing search index...

    Type Alias CronConfig

    CronConfig: OmitStrict<CronJobEntity, "id" | "lastRun" | "errorMessage"> & {
        syncToDataSource: boolean;
    }

    The full initial configuration of a cron job.

    Type Declaration

    • syncToDataSource: boolean

      Whether or not the cron job should be synced to a data source. (With status, lastRun etc.). Defaults to true.