linear.nullableprojectfilter
Home > @runlightyear/linear > NullableProjectFilter
NullableProjectFilter interface
Signature:interface NullableProjectFilter extends ProjectFilter
Optional Properties
Property | Modifiers | Type | Description |
---|---|---|---|
and? | Array<NullableProjectFilter> | Compound filters, all of which need to be matched by the project. | |
null? | boolean | Filter based on the existence of the relation. | |
or? | Array<NullableProjectFilter> | Compound filters, one of which need to be matched by the project. |