UNPKG

tuix-jira-service-client

Version:
17 lines (13 loc) 273 B
/* istanbul ignore file */ /* tslint:disable */ /* eslint-disable */ import type { User } from './User'; export type JiraAccount = { id: string; createdAt: string; updatedAt: string; jiraId: string; name: string; site: string; user: User; };