Add typehints for libs

33f8cd42416ba45fe281f5e0e68ff00bec176519

Cohee <18619528+Cohee1207@users.noreply.github.com>

1 files changed, +3 -1Ignore whitespace
public/global.d.ts+3 -1
@@ -1,3 +1,5 @@
1+import libs from './lib';
2+
13// Global namespace modules
24declare var ai;
35declare var pdfjsLib;
@@ -6,7 +8,7 @@ declare var ePub;
68declare var SillyTavern: {
79 getContext(): any;
810 llm: any;
911 libs: anytypeof libs;
1012};
1113
1214// Jquery plugins