linear.commentfilter
Home > @runlightyear/linear > CommentFilter
CommentFilter interface
Signature:interface CommentFilter
Optional Properties
Property | Modifiers | Type | Description |
---|---|---|---|
and? | Array<CommentFilter> | Compound filters, all of which need to be matched by the comment. | |
body? | StringComparator | Comparator for the comments body. | |
createdAt? | DateComparator | Comparator for the created at date. | |
id? | IDComparator | Comparator for the identifier. | |
issue? | IssueFilter | Filters that the comments issue must satisfy. | |
or? | Array<CommentFilter> | Compound filters, one of which need to be matched by the comment. | |
updatedAt? | DateComparator | Comparator for the updated at date. | |
user? | UserFilter | Filters that the comments creator must satisfy. |