Фикс звуков из ресурсов
This commit is contained in:
2
lib/preload/index.d.ts
vendored
2
lib/preload/index.d.ts
vendored
@@ -14,7 +14,7 @@ declare global {
|
||||
deviceName: string;
|
||||
deviceId: string;
|
||||
mediaApi: {
|
||||
getSoundUrl: (fileName: string) => string;
|
||||
getSoundUrl: (fileName: string) => Promise<string>;
|
||||
};
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user