Front: Models: 'Competency' type renamed to 'Skill'

This commit is contained in:
Arthi-chaud
2022-08-28 12:04:10 +02:00
parent d48d05581f
commit 596c85fdb0
4 changed files with 9 additions and 9 deletions
+15
View File
@@ -0,0 +1,15 @@
type Skill = 'rhythm'
| 'two-hands'
| 'combos'
| 'arpeggio'
| 'distance'
| 'left-hand'
| 'right-hand'
| 'lead-head-change'
| 'chord-complexity'
| 'chord-timing'
| 'pedal'
| 'precision'
export default Skill;