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