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