Type Alias SearchPipelineIdExists

SearchPipelineIdExists: {
    field: "pipelineId";
    operator: "exists" | "not_exists";
}

Type declaration

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