diff --git a/tstypes/jsutils/Path.d.ts b/tstypes/jsutils/Path.d.ts index c53422820d..ef8f10a510 100644 --- a/tstypes/jsutils/Path.d.ts +++ b/tstypes/jsutils/Path.d.ts @@ -1,5 +1,5 @@ export type Path = { - prev: Path | void; + prev: Path | undefined; key: string | number; };