Type Alias SearchFirstNameLowerValue
SearchFirstNameLowerValue: {
field: "firstNameLowerCase";
operator: "eq" | "not_eq" | "contains" | "not_contains";
value: string;
}
Type declaration
field: "firstNameLowerCase"
operator: "eq" | "not_eq" | "contains" | "not_contains"
value: string