PiiEntityRecognitionAction type

Options for a Pii entity recognition action.

type PiiEntityRecognitionAction = ActionPrebuilt & {
  categoriesFilter?: PiiEntityCategory[]
  domainFilter?: PiiEntityDomain
  stringIndexType?: StringIndexType
}