export type AudioCategory = "music" | "sfx" | "dialogue"; export const DEFAULT_CATEGORY_VOLUMES: Record = { music: 1, sfx: 1, dialogue: 1, };