Type Alias SearchSourceExists

SearchSourceExists: { field: "source"; operator: "exists" | "not_exists" }

Type declaration

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