Type Alias SearchCustomFieldType2Exists

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

Type declaration

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