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