chore: HeartBeat

This commit is contained in:
手瓜一十雪
2024-08-10 16:58:40 +08:00
parent 0c747ab811
commit a14a193361
6 changed files with 39 additions and 10 deletions

View File

@@ -1,5 +1,4 @@
import type { NodeIQQNTWrapperSession, WrapperNodeApi } from "@/core/wrapper/wrapper";
import { randomUUID } from "node:crypto";
import EventEmitter from "node:events";
export type ListenerClassBase = Record<string, string>;