| 16 | } |
| 17 | |
| 18 | export interface MessageState { |
| 19 | actionsById: { |
| 20 | [index: string]: { |
| 21 | action: Action; |
| 22 | }; |
| 23 | }; |
| 24 | computedStates: Store; |
| 25 | } |
| 26 | |
| 27 | export interface Message { |
| 28 | state: string; |
nothing calls this directly
no outgoing calls
no test coverage detected