mirror of
https://github.com/LalleSX/4chan-XZ.git
synced 2026-03-20 01:37:47 +01:00
added fcx and tegaki to globals window
This commit is contained in:
parent
4969e3de7c
commit
1a990ef6ec
@ -5,6 +5,12 @@ import type SimpleDict from "../classes/SimpleDict"
|
|||||||
import type Thread from "../classes/Thread"
|
import type Thread from "../classes/Thread"
|
||||||
import type SWTinyboard from "../site/SW.tinyboard"
|
import type SWTinyboard from "../site/SW.tinyboard"
|
||||||
|
|
||||||
|
declare global {
|
||||||
|
interface Window {
|
||||||
|
Tegaki: any
|
||||||
|
FCX: any
|
||||||
|
}
|
||||||
|
}
|
||||||
// interfaces might be incomplete
|
// interfaces might be incomplete
|
||||||
export interface BoardConfig {
|
export interface BoardConfig {
|
||||||
board: string
|
board: string
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user