mirror of
https://github.com/NapNeko/NapCatQQ.git
synced 2026-01-11 22:59:03 +08:00
6 lines
183 B
TypeScript
6 lines
183 B
TypeScript
export interface NodeIYellowFaceService {
|
|
download(resourceConfigJson: string, resourceDir: string, cacheDir: string, force: boolean): void;
|
|
|
|
setHistory(fullMd5: string): void;
|
|
}
|