Type Alias Filter

type Filter = {
    createdAt?: string;
    description?: string;
    filterType?: FilterType;
    filterV1_0?: FilterV10;
    filterVersion?: "filter-1.0" | "filter-2.0";
    id?: string;
    name?: string;
    ownerId?: string;
    updatedAt?: string;
}
Index

Properties

createdAt?: string
description?: string

The filter description.

filterType?: FilterType
filterV1_0?: FilterV10
filterVersion?: "filter-1.0" | "filter-2.0"
id?: string

The filter ID (bookmarkId).

name?: string

The filter name.

ownerId?: string

The user that owns the filter, if missing the same as the request user.

updatedAt?: string