Begin XenForo Sync and continue Uploader

This commit is contained in:
2026-01-24 14:43:58 +01:00
parent 86b70562bc
commit f029371a68
21 changed files with 722 additions and 21 deletions

3
ts/globals.d.ts vendored
View File

@@ -2,5 +2,8 @@
declare const $: any;
declare const jQuery: any;
/// <reference types="wordpress" />
declare const wp: any;
/// <reference types="romhackplaza" />
declare function romhackplaza_manage_modal( a: object, b: string|undefined, c: string|undefined, d: string|undefined, e: string|undefined ): void;