This commit is contained in:
2025-08-14 12:59:10 +09:00
parent a3a88e6860
commit 58db80f3ce

View File

@@ -1,4 +1,6 @@
import { Type, Static } from "@sinclair/typebox";
// import { Type, Static } from "@sinclair/typebox";
const {Type, Static} = require("@sinclair/typebox");
export class ChatEvent {
// declare ["constructor"]: typeof ChatEvent;
// as const