| 14 | } |
| 15 | |
| 16 | interface ActionQueryData { |
| 17 | actions: Action[]; |
| 18 | serverLoaded: boolean; |
| 19 | } |
| 20 | |
| 21 | export const useActions = (): UseActions => { |
| 22 | const client = useQueryClient(); |
nothing calls this directly
no outgoing calls
no test coverage detected