UNPKG

tuix-jira-service-client

Version:
14 lines (11 loc) 286 B
/* istanbul ignore file */ /* tslint:disable */ /* eslint-disable */ export type SyncDataResponseDto = { synchedProjects: number; synchedBoards: number; synchedTickets: number; synchedComments: number; synchedAttachments: number; synchedChangelogs: number; };