diff --git a/types/screen.d.ts b/types/screen.d.ts index 906b59ef..2594f5be 100644 --- a/types/screen.d.ts +++ b/types/screen.d.ts @@ -8,7 +8,7 @@ export type Screen = BoundFunctions & { * of elements */ debug: ( - element: Element | HTMLDocument | Array, + element?: Element | HTMLDocument | Array, maxLength?: number, options?: OptionsReceived, ) => void;