bugfixing
This commit is contained in:
8
src/app/modules/songs/services/line.ts
Normal file
8
src/app/modules/songs/services/line.ts
Normal file
@@ -0,0 +1,8 @@
|
||||
import {LineType} from './line-type';
|
||||
import {Chord} from './chord';
|
||||
|
||||
export interface Line {
|
||||
type: LineType;
|
||||
text: string;
|
||||
chords?: Chord[];
|
||||
}
|
||||
Reference in New Issue
Block a user