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