TeaWeb/shared/backend/forum.d.ts
2019-05-21 18:15:02 +02:00

8 lines
No EOL
215 B
TypeScript

/* only available for the client */
declare namespace forum {
export function register_callback(callback: () => any);
export function open();
export function logout();
export function sync_main();
}