chore: Wrapper声明

This commit is contained in:
手瓜一十雪
2024-08-08 14:21:34 +08:00
parent a55b305985
commit e49f7b39e4
51 changed files with 8557 additions and 5 deletions

View File

@@ -0,0 +1,12 @@
import { forceFetchClientKeyRetType } from "./common";
export interface NodeIKernelTicketService {
addKernelTicketListener(listener: unknown): void;
removeKernelTicketListener(listenerId: unknown): void;
forceFetchClientKey(arg: string): Promise<forceFetchClientKeyRetType>;
isNull(): boolean;
}