mirror of
https://github.com/NapNeko/NapCatQQ.git
synced 2025-12-28 03:51:21 +08:00
4 lines
110 B
TypeScript
4 lines
110 B
TypeScript
export interface NodeIKernelECDHService {
|
|
sendOIDBECRequest: (data: Uint8Array) => Promise<Uint8Array>;
|
|
}
|