UNPKG
tuix-jira-service-client-d
Version:
latest (0.0.0)
0.0.0
github.com/tuixdevelopment/tuix-jira-service-client
tuixdevelopment/tuix-jira-service-client
tuix-jira-service-client-d
/
dist
/
models
/
LogsCommentDto.ts
11 lines
(8 loc)
•
175 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
9
10
11
/* istanbul ignore file */
/* tslint:disable */
/* eslint-disable */
export
type
LogsCommentDto
= {
bodyString
:
string
;
author
:
string
;
creationDate
:
string
; };