Skip to main content
Version: 8.9 (unreleased)

Type Alias: AdvancedJobKindFilter

type AdvancedJobKindFilter = object;

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

Advanced filter

Advanced JobKindEnum filter.

Properties

$eq?

optional $eq: JobKindEnum;

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

Checks for equality with the provided value.


$exists?

optional $exists: boolean;

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

Checks if the current property exists.


$in?

optional $in: JobKindEnum[];

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

Checks if the property matches any of the provided values.


$like?

optional $like: LikeFilter;

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


$neq?

optional $neq: JobKindEnum;

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

Checks for inequality with the provided value.