Skip to main content

linear.attachmentfilter

Home > @runlightyear/linear > AttachmentFilter

AttachmentFilter interface

Signature:
interface AttachmentFilter 

Optional Properties

PropertyModifiersTypeDescription
and?Array<AttachmentFilter>Compound filters, all of which need to be matched by the attachment.
createdAt?DateComparatorComparator for the created at date.
creator?NullableUserFilterFilters that the attachments creator must satisfy.
id?IDComparatorComparator for the identifier.
or?Array<AttachmentFilter>Compound filters, one of which need to be matched by the attachment.
sourceType?SourceTypeComparatorComparator for the source type.
subtitle?NullableStringComparatorComparator for the subtitle.
title?StringComparatorComparator for the title.
updatedAt?DateComparatorComparator for the updated at date.
url?StringComparatorComparator for the url.