@devopness/sdk-js
Version:
Devopness API JS/TS SDK - Painless essential DevOps to everyone
20 lines (19 loc) • 619 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.
*/
/**
* The type of the condition to define where the values to be validated should be retrieved from. Example: `request_body` - Validate the condition using values of attributes sent in the request body.
* @export
* @enum {string}
*/
export declare enum TriggerWhenConditionType {
RequestBody = "request_body"
}