chore: removed last 'any' types + added declaration for mpris-service's Player class

This commit is contained in:
2023-05-13 22:45:15 +02:00
parent 62244f432a
commit 60eb1bbef9
7 changed files with 70 additions and 5 deletions

View File

@@ -1,4 +1,4 @@
export const flags: { [key: string]: { flag: string; value?: any }[] } = {
export const flags: { [key: string]: { flag: string; value?: string }[] } = {
gpuRasterization: [{ flag: "enable-gpu-rasterization", value: undefined }],
disableHardwareMediaKeys: [{ flag: "disable-features", value: "HardwareMediaKeyHandling" }],
};