UNPKG

@devopness/sdk-js

Version:

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

25 lines (24 loc) 600 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 ServerCommand */ export interface ServerCommand { /** * The Shell Script command to be executed in an existing Linux server in order to connect it to the `devopness` * @type {string} * @memberof ServerCommand */ connect_command: string; }