validate chords
This commit is contained in:
@@ -5,4 +5,5 @@ export interface Line {
|
||||
type: LineType;
|
||||
text: string;
|
||||
chords: Chord[] | null;
|
||||
lineNumber?: number;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user