1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-05-04 01:26:41 +02:00
This commit is contained in:
syuilo
2023-10-30 17:36:32 +09:00
parent b4dd61a016
commit d45b2dd3a7

View File

@@ -67,6 +67,8 @@ export default abstract class Channel {
}
public abstract init(params: any): void;
public dispose?(): void;
public onMessage?(type: string, body: any): void;
}