Skip to content

接口: SongMeta

定义于: song-maps.ts:45

曲目最小字段(与 database Song 结构化兼容)。

示例

ts
const song: SongMeta = {
  id: 114,
  difficulties: {
    standard: [],
    dx: [{ difficulty: 3, level_value: 14.5, notes: { total: 761 } }],
  },
};

属性

属性类型定义于
difficultiesSongDifficultiesMetasong-maps.ts:47
idnumbersong-maps.ts:46