EntityCategory type

type EntityCategory =
  | "location"
  | "organization"
  | "person"
  | "quantity"
  | "datetime"
  | "url"
  | "email"