mirror of
https://github.com/NapNeko/NapCatQQ.git
synced 2026-01-11 22:59:03 +08:00
6 lines
187 B
TypeScript
6 lines
187 B
TypeScript
export interface NodeIKernelUixConvertService {
|
|
getUin(uid: string[]): Promise<{ uinInfo: Map<string, string> }>;
|
|
|
|
getUid(uin: string[]): Promise<{ uidInfo: Map<string, string> }>;
|
|
}
|