()
| 13 | }); |
| 14 | |
| 15 | export const useDeleteKeys = () => |
| 16 | useApiMutation({ |
| 17 | url: '/v2/projects/{projectId}/keys', |
| 18 | method: 'delete', |
| 19 | }); |
| 20 | |
| 21 | export const usePutTranslation = () => |
| 22 | useApiMutation({ |
nothing calls this directly
no test coverage detected