mirror of
https://github.com/NapNeko/NapCatQQ.git
synced 2025-12-27 19:31:22 +08: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;
|
|
}
|