fix: relax test bridge command typing
This commit is contained in:
@@ -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>
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user