Type Alias: AdvancedDateTimeFilter
type AdvancedDateTimeFilter = object;
Defined in: gen/types.gen.ts:2719
Advanced filter
Advanced date-time filter.
Properties
$eq?
optional $eq: string;
Defined in: gen/types.gen.ts:2723
Checks for equality with the provided value.
$exists?
optional $exists: boolean;
Defined in: gen/types.gen.ts:2731
Checks if the current property exists.
$gt?
optional $gt: string;
Defined in: gen/types.gen.ts:2735
Greater than comparison with the provided value.
$gte?
optional $gte: string;
Defined in: gen/types.gen.ts:2739
Greater than or equal comparison with the provided value.
$in?
optional $in: string[];
Defined in: gen/types.gen.ts:2751
Checks if the property matches any of the provided values.
$lt?
optional $lt: string;
Defined in: gen/types.gen.ts:2743
Lower than comparison with the provided value.
$lte?
optional $lte: string;
Defined in: gen/types.gen.ts:2747
Lower than or equal comparison with the provided value.
$neq?
optional $neq: string;
Defined in: gen/types.gen.ts:2727
Checks for inequality with the provided value.