| 1 | import { send } from '@actual-app/core/platform/client/connection'; |
| 2 | import type { Handlers } from '@actual-app/core/types/handlers'; |
| 3 | import { createSlice } from '@reduxjs/toolkit'; |
| 4 | import type { PayloadAction } from '@reduxjs/toolkit'; |
nothing calls this directly
no test coverage detected