mission.common
Version:
Request and Response dto object
41 lines (40 loc) • 1.61 kB
TypeScript
export declare class ClientOperaters {
static readonly $adjacent = "$adjacent";
static readonly $all = "$all";
static readonly $and = "$and";
static readonly $any = "$any";
static readonly $between = "$between";
static readonly $col = "$col";
static readonly $contained = "$contained";
static readonly $contains = "$contains";
static readonly $endsWith = "$endsWith";
static readonly $eq = "$eq";
static readonly $gt = "$gt";
static readonly $gte = "$gte";
static readonly $iLike = "$iLike";
static readonly $in = "$in";
static readonly $iRegexp = "$iRegexp";
static readonly $is = "$is";
static readonly $like = "$like";
static readonly $lt = "$lt";
static readonly $lte = "$lte";
static readonly $ne = "$ne";
static readonly $noExtendLeft = "$noExtendLeft";
static readonly $noExtendRight = "$noExtendRight";
static readonly $not = "$not";
static readonly $notBetween = "$notBetween";
static readonly $notILike = "$notILike";
static readonly $notIn = "$notIn";
static readonly $notIRegexp = "$notIRegexp";
static readonly $notLike = "$notLike";
static readonly $notRegexp = "$notRegexp";
static readonly $or = "$or";
static readonly $overlap = "$overlap";
static readonly $placeholder = "$placeholder";
static readonly $regexp = "$regexp";
static readonly $startsWith = "$startsWith";
static readonly $strictLeft = "$strictLeft";
static readonly $strictRight = "$strictRight";
static readonly $substring = "$substring";
}
export { ClientOperaters as Optr };