mirror of
https://github.com/NapNeko/NapCatQQ.git
synced 2026-02-05 15:11:15 +00: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> }>;
|
|
}
|