UNPKG

tuix-jira-service-client

Version:
13 lines (9 loc) 219 B
/* istanbul ignore file */ /* tslint:disable */ /* eslint-disable */ import type { FromDto } from './FromDto'; import type { ToDto } from './ToDto'; export type CopyTicketDto = { from: FromDto; to: ToDto; };