Type Alias SearchTimezoneValue

SearchTimezoneValue: {
    field: "timezone";
    operator: "eq" | "not_eq";
    value: string;
}

Type declaration

  • field: "timezone"
  • operator: "eq" | "not_eq"
  • value: string