mirror of
https://github.com/NapNeko/NapCatQQ.git
synced 2025-12-19 13:10:16 +08:00
5 lines
190 B
TypeScript
5 lines
190 B
TypeScript
export interface NodeIKernelUixConvertService {
|
|
getUin(uid: string[]): Promise<{ uinInfo: Map<string, string> }>;
|
|
|
|
getUid(uin: string[]): Promise<{ uidInfo: Map<string, string> }>;
|
|
} |