Skip to main content

linear.teamfilter

Home > @runlightyear/linear > TeamFilter

TeamFilter interface

Signature:
interface TeamFilter 

Optional Properties

PropertyModifiersTypeDescription
and?Array<TeamFilter>Compound filters, all of which need to be matched by the team.
createdAt?DateComparatorComparator for the created at date.
description?NullableStringComparatorComparator for the team description.
id?IDComparatorComparator for the identifier.
issues?IssueCollectionFilterFilters that the teams issues must satisfy.
key?StringComparatorComparator for the team key.
name?StringComparatorComparator for the team name.
or?Array<TeamFilter>Compound filters, one of which need to be matched by the team.
updatedAt?DateComparatorComparator for the updated at date.