linear.teamfilter
Home > @runlightyear/linear > TeamFilter
TeamFilter interface
Signature:interface TeamFilter
Optional Properties
Property | Modifiers | Type | Description |
---|---|---|---|
and? | Array<TeamFilter> | Compound filters, all of which need to be matched by the team. | |
createdAt? | DateComparator | Comparator for the created at date. | |
description? | NullableStringComparator | Comparator for the team description. | |
id? | IDComparator | Comparator for the identifier. | |
issues? | IssueCollectionFilter | Filters that the teams issues must satisfy. | |
key? | StringComparator | Comparator for the team key. | |
name? | StringComparator | Comparator for the team name. | |
or? | Array<TeamFilter> | Compound filters, one of which need to be matched by the team. | |
updatedAt? | DateComparator | Comparator for the updated at date. |