Update index.ts

This commit is contained in:
DJj123dj
2025-01-22 17:11:01 +01:00
parent 3bd308007c
commit 66b0377a2b
+3
View File
@@ -10,6 +10,9 @@ if (utilities.project != "openticket") throw new api.ODPluginError("This plugin
//Add Typescript autocomplete support for plugin data. (!!!OPTIONAL!!!)
declare module "#opendiscord-types" {
export interface ODPluginManagerIds_Default {
"example-plugin":api.ODPlugin
}
export interface ODConfigManagerIds_Default {
"example-plugin:config":api.ODJsonConfig
}