fix(hooks): remove rogue setTimeout ambient declaration that broke typecheck

This commit is contained in:
YeonGyu-Kim
2026-04-03 21:48:17 +09:00
parent 9acde671aa
commit df7dc2f716
@@ -17,7 +17,6 @@ import { log } from "../../shared/logger"
const SUMMARIZE_RETRY_TOTAL_TIMEOUT_MS = 120_000
declare function setTimeout(handler: () => void, timeout?: number): unknown
async function showToastSafely(
client: Client,