edit comment

This commit is contained in:
tamaina 2021-09-07 04:01:06 +09:00
parent 1590cf000f
commit cd36102b90
1 changed files with 1 additions and 2 deletions

View File

@ -224,7 +224,7 @@ export interface AdminStreamTypes {
} }
//#endregion //#endregion
//#region 名前とメッセージのペアを中間生成 // name/messages(spec) pairs dictionary
export type StreamMessages = { export type StreamMessages = {
internal: { internal: {
name: 'internal'; name: 'internal';
@ -291,7 +291,6 @@ export type StreamMessages = {
spec: PackedNote; spec: PackedNote;
}; };
}; };
//#endregion
// API event definitions // API event definitions
// ストリームごとのEmitterの辞書を用意 // ストリームごとのEmitterの辞書を用意