UNPKG

@devopness/sdk-js

Version:

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

20 lines (19 loc) 584 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. */ import { OrganizationRelation } from './organization-relation'; import { UserRelation } from './user-relation'; /** * @type ProjectOwnerRelation * The owner of the project (user or organization) * @export */ export type ProjectOwnerRelation = OrganizationRelation | UserRelation;