@devopness/sdk-js
Version:
Devopness API JS/TS SDK - Painless essential DevOps to everyone
22 lines (21 loc) • 639 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 \'source type\' from which the application source code will be retrieved and deployed. It can be one of `branch`, `tag` or `commit`. If not provided, the application\'s default branch will be used.
* @export
* @enum {string}
*/
export declare enum SourceType {
Branch = "branch",
Commit = "commit",
Tag = "tag"
}