mirror of
https://github.com/NapNeko/NapCatQQ.git
synced 2024-11-21 09:36:35 +00:00
6 lines
187 B
TypeScript
6 lines
187 B
TypeScript
export interface NodeIYellowFaceService {
|
|
download(resourceConfigJson: string, resourceDir: string, cacheDir: string, force: boolean): void;
|
|
|
|
setHistory(fullMd5: string): void;
|
|
}
|