Skip to main content
Version: 8.9 (unreleased)

Type Alias: AdvancedBatchOperationTypeFilter

type AdvancedBatchOperationTypeFilter = object;

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

Advanced filter

Advanced BatchOperationTypeEnum filter.

Properties

$eq?

optional $eq: BatchOperationTypeEnum;

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

Checks for equality with the provided value.


$exists?

optional $exists: boolean;

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

Checks if the current property exists.


$in?

optional $in: BatchOperationTypeEnum[];

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

Checks if the property matches any of the provided values.


$like?

optional $like: LikeFilter;

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


$neq?

optional $neq: BatchOperationTypeEnum;

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

Checks for inequality with the provided value.