@devopness/sdk-js
Version:
Devopness API JS/TS SDK - Painless essential DevOps to everyone
26 lines (25 loc) • 652 B
TypeScript
/**
* devopness API
* Devopness API - Painless essential DevOps to everyone
*
* The version of the OpenAPI document: latest
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generator.tech
* Do not edit the class manually.
*/
/**
* A translation of the cron expression to a readable string indicating its execution frequency.
* @export
* @enum {string}
*/
export declare enum CronJobPattern {
EveryMinute = "Every minute",
Hourly = "Hourly",
Daily = "Daily",
TwiceADay = "Twice a day",
Weekly = "Weekly",
Monthly = "Monthly",
Yearly = "Yearly"
}