bugfixing
This commit is contained in:
7
src/app/modules/songs/services/chord.ts
Normal file
7
src/app/modules/songs/services/chord.ts
Normal file
@@ -0,0 +1,7 @@
|
||||
export interface Chord {
|
||||
chord: string;
|
||||
length: number;
|
||||
position: number;
|
||||
slashChord?: string;
|
||||
add?: string;
|
||||
}
|
||||
Reference in New Issue
Block a user