UNPKG

tuix-jira-service-client

Version:
13 lines (10 loc) 204 B
/* istanbul ignore file */ /* tslint:disable */ /* eslint-disable */ export type CopyTicketResponseDto = { key: string; title: string; link: string; type: string; status: string; };