UNPKG

@loopback/docs

Version:
24 lines (16 loc) 595 B
--- lang: en title: 'API docs: cron.cronjobconfig' keywords: LoopBack 4.0, LoopBack 4 sidebar: lb4_sidebar editurl: https://github.com/strongloop/loopback-next/tree/master/extensions/cron permalink: /doc/en/lb4/apidocs.cron.cronjobconfig.html --- <!-- Do not edit this file. It is automatically generated by API Documenter. --> [Home](./index.md) &gt; [@loopback/cron](./cron.md) &gt; [CronJobConfig](./cron.cronjobconfig.md) ## CronJobConfig type Configuration for a cron job. <b>Signature:</b> ```typescript export declare type CronJobConfig = Partial<CronJobOptions>; ```