kibana/packages/kbn-securitysolution-io-ts-alerting-types
Georgii Gorbachev f96818a0cb
[Security Solution] Remove @ts-expect-error from v4.9.5 upgrade in Detection and Response areas (#179273)
**Resolves: https://github.com/elastic/kibana/issues/176287**
**Resolves: https://github.com/elastic/kibana/issues/176126**

## Summary

In https://github.com/elastic/kibana/pull/175178 Kibana was upgraded to
TypeScript v4.9.5. That PR introduced a few type errors which were
skipped by adding `@ts-expect-error` comments. This PR attempts to fix
those type errors and remove the comments.
2024-03-27 05:01:53 -07:00
..
src [Security Solution] Remove @ts-expect-error from v4.9.5 upgrade in Detection and Response areas (#179273) 2024-03-27 05:01:53 -07:00
index.ts [RAM][SECURITYSOLUTION][ALERTS] - Integrate Alert summary inside of security solution rule page (#154990) 2023-04-23 10:53:48 +02:00
jest.config.js [Security Solutions] Breaks down the io-ts packages to decrease plugin size (#100058) 2021-05-13 15:36:06 -06:00
kibana.jsonc [Security Solution] Clean up CODEOWNERS and other files for the Detection Engine team (#159729) 2023-06-14 10:39:50 -07:00
package.json flag packages without side effects (#173351) 2023-12-19 02:46:39 -07:00
README.md [Security Solutions] Breaks down the io-ts packages to decrease plugin size (#100058) 2021-05-13 15:36:06 -06:00
tsconfig.json Transpile packages on demand, validate all TS projects (#146212) 2022-12-22 19:00:29 -06:00

kbn-securitysolution-io-ts-alerting-types

Types that are specific to the security solution alerting to be shared among plugins.

Related packages are

  • kbn-securitysolution-io-ts-utils
  • kbn-securitysolution-io-ts-list-types
  • kbn-securitysolution-io-ts-types