mirror of
https://github.com/NapNeko/NapCatQQ.git
synced 2026-01-12 15:29:00 +08:00
4 lines
108 B
TypeScript
4 lines
108 B
TypeScript
export interface NodeIKernelECDHService {
|
|
sendOIDBECRequest: (data: Uint8Array) => Promise<Uint8Array>;
|
|
}
|