added fcx and tegaki to globals window

This commit is contained in:
Lalle 2023-04-28 23:43:22 +02:00
parent 4969e3de7c
commit 1a990ef6ec
No known key found for this signature in database
GPG Key ID: A6583D207A8F6B0D

View File

@ -5,6 +5,12 @@ import type SimpleDict from "../classes/SimpleDict"
import type Thread from "../classes/Thread"
import type SWTinyboard from "../site/SW.tinyboard"
declare global {
interface Window {
Tegaki: any
FCX: any
}
}
// interfaces might be incomplete
export interface BoardConfig {
board: string