kibana/x-pack/plugins/endpoint/common/models
Robert Austin 08aa214190
Endpoint: Redux types (#63413)
## Summary

Changes some types around so modifying redux state or actions will cause type errors

* the state and action types aren't using `Immutable` directly. This means that you can instantiate them and mutate them
* the `state` and `action` params received by all reducers will be automatically cast to `Immutable`
* reducers can return either `Immutable` or regular versions of `state`
* some code may be mutating redux state directly, this is being ignored (at least for now)
2020-04-15 11:19:46 -04:00
..
event.ts
policy_config.ts Endpoint: Redux types (#63413) 2020-04-15 11:19:46 -04:00