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