Skip to main content
Version: 8.9 (unreleased)

Type Alias: AdvancedUserTaskStateFilter

type AdvancedUserTaskStateFilter = object;

Defined in: gen/types.gen.ts:7084

Advanced filter

Advanced UserTaskStateEnum filter.

Properties

$eq?

optional $eq: UserTaskStateEnum;

Defined in: gen/types.gen.ts:7088

Checks for equality with the provided value.


$exists?

optional $exists: boolean;

Defined in: gen/types.gen.ts:7096

Checks if the current property exists.


$in?

optional $in: UserTaskStateEnum[];

Defined in: gen/types.gen.ts:7100

Checks if the property matches any of the provided values.


$like?

optional $like: LikeFilter;

Defined in: gen/types.gen.ts:7101


$neq?

optional $neq: UserTaskStateEnum;

Defined in: gen/types.gen.ts:7092

Checks for inequality with the provided value.