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