2026-01-11 19:39:55 +01:00
|
|
|
/// <reference types="jquery" />
|
|
|
|
|
declare const $: any;
|
2026-01-13 19:15:47 +01:00
|
|
|
declare const jQuery: any;
|
|
|
|
|
|
|
|
|
|
/// <reference types="romhackplaza" />
|
|
|
|
|
declare function romhackplaza_manage_modal( a: object, b: string|undefined, c: string|undefined, d: string|undefined, e: string|undefined ): void;
|