diff --git a/lib/World.d.ts b/lib/World.d.ts index 22c1bd3..877970a 100644 --- a/lib/World.d.ts +++ b/lib/World.d.ts @@ -262,7 +262,7 @@ type QueryResult = Query & { type View = Query & { get: (this: View, id: AnyEntity) => LuaTuple; - contains: (this: View) => boolean; + contains: (this: View, id: AnyEntity) => boolean; }; export type FilterOut, F> = T extends [infer L, ...infer R]