/** * useIntegrationKeyActions Hook * * Integration keys are immutable — no regenerate or revoke operations. * This file is kept as a stub for import compatibility. * * @layer Presentation - TanStack Query Mutations */ export function useIntegrationKeyActions() { return {}; }