/** * 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. */ /** * * `hook`: the action have been triggered by an `incoming hook`. * `manual`: the action have been manually triggered. * @export * @enum {string} */ export declare enum ActionTriggerType { Hook = "hook", Manual = "manual" }