UNPKG

@devopness/sdk-js

Version:

Devopness API JS/TS SDK - Painless essential DevOps to everyone

31 lines (30 loc) 650 B
/** * 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. */ /** * * @export * @interface ApplicationPipeline */ export interface ApplicationPipeline { /** * The unique id of the given record * @type {number} * @memberof ApplicationPipeline */ id: number; /** * The pipeline\'s name * @type {string} * @memberof ApplicationPipeline */ name: string; }