@devopness/sdk-js
Version:
Devopness API JS/TS SDK - Painless essential DevOps to everyone
20 lines (19 loc) • 675 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.
*/
import { ActionTargetCredentialData } from './action-target-credential-data';
import { ActionTargetNetworkData } from './action-target-network-data';
import { ActionTargetServerData } from './action-target-server-data';
/**
* @type ActionTargetData
* @export
*/
export type ActionTargetData = ActionTargetCredentialData | ActionTargetNetworkData | ActionTargetServerData;