fix: relax test bridge command typing

This commit is contained in:
lucaronin
2026-04-11 11:07:52 +02:00
parent 5a5ea8d6f0
commit d7bdab5b2e
2 changed files with 2 additions and 2 deletions

View File

@@ -10,7 +10,7 @@ import {
declare global {
interface Window {
__laputaTest?: {
dispatchAppCommand: (id: string) => void
dispatchAppCommand?: (id: string) => void
dispatchBrowserMenuCommand?: (id: string) => void
triggerMenuCommand?: (id: string) => Promise<unknown>
}