fix(frontend): fix type errors
This commit is contained in:
parent
35a4544477
commit
3129fcf164
4 changed files with 28 additions and 17 deletions
|
|
@ -9,7 +9,8 @@ import type { Theme } from '@/theme.js';
|
|||
import type { SoundType } from '@/utility/sound.js';
|
||||
import type { Plugin } from '@/plugin.js';
|
||||
import type { DeviceKind } from '@/utility/device-kind.js';
|
||||
import type { Column, DeckProfile } from '@/deck.js';
|
||||
import type { DeckProfile } from '@/deck.js';
|
||||
import type { PreferencesDefinition } from './manager.js';
|
||||
import { DEFAULT_DEVICE_KIND } from '@/utility/device-kind.js';
|
||||
|
||||
/** サウンド設定 */
|
||||
|
|
@ -324,8 +325,4 @@ export const PREF_DEF = {
|
|||
sfxVolume: 1,
|
||||
},
|
||||
},
|
||||
} satisfies Record<string, {
|
||||
default: any;
|
||||
accountDependent?: boolean;
|
||||
serverDependent?: boolean;
|
||||
}>;
|
||||
} satisfies PreferencesDefinition;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue