We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2fb7295 commit e94161bCopy full SHA for e94161b
Source/Interface/Data.ts
@@ -6,5 +6,6 @@ import type _Object from "./Object.js";
6
*/
7
export default interface Interface {
8
Vector: _Object;
9
+
10
Data: _Object;
11
}
0 commit comments