Autofix eslint issues

This commit is contained in:
2025-07-26 23:10:07 +02:00
parent 90069ca7a0
commit 06160cc61e
17 changed files with 24 additions and 22 deletions

View File

@@ -1,4 +1,4 @@
import { HealthStatus } from '@/types/instance'
import { type HealthStatus } from '@/types/instance'
type HealthCallback = (health: HealthStatus) => void