AlertSimulatorBundlesRequestProperties type

Имитация оповещений в соответствии с этим пакетом.

TypeScript
type AlertSimulatorBundlesRequestProperties =
  AlertSimulatorRequestProperties & { bundles?: BundleType[]; kind: "Bundles" }