Skip to content
Snippets Groups Projects
Commit 359db6dd authored by rhenck's avatar rhenck
Browse files

Fix syntax

parent eca1ac3e
No related branches found
No related tags found
No related merge requests found
......@@ -7,7 +7,7 @@ export interface UnitPage {
width: number;
margin: number;
backgroundColor: string;
alwaysVisible: boolean
alwaysVisible: boolean;
}
export interface UnitPageSection {
......@@ -18,7 +18,7 @@ export interface UnitPageSection {
}
export interface UnitUIElement {
[index: string]: string | number | boolean | string[] | undefined,
[index: string]: string | number | boolean | string[] | undefined;
type: string; // TODO maybe use enum or manual enumeration, because possible values are known
id: string;
xPosition: number;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment