Fix .d.ts file

This commit is contained in:
Jean-Baptiste Emmanuel Zorg 2026-04-24 15:55:15 +02:00
parent d7b6025e91
commit 9599c75179

View file

@ -1,3 +1,3 @@
namespace ChatRoom {
declare namespace ChatRoom {
type TopBarButtonState = "Default" | "Limited" | "Blocked";
}