Type Alias SearchCustomFieldType5Exists

SearchCustomFieldType5Exists: {
    field: string;
    operator: "exists" | "not_exists";
}

Type declaration

  • field: string
  • operator: "exists" | "not_exists"