UNPKG

tuix-jira-service-client

Version:
14 lines (10 loc) 254 B
/* istanbul ignore file */ /* tslint:disable */ /* eslint-disable */ import type { LogsCommentDto } from './LogsCommentDto'; export type LogsTicketDto = { key: string; title: string; status: string; comments: Array<LogsCommentDto>; };