Skip to content

Commit ac37a9e

Browse files
committed
Fixed minor typing issues as well as reverted removal of .ts
1 parent be377a1 commit ac37a9e

File tree

6 files changed

+208
-132
lines changed

6 files changed

+208
-132
lines changed

src/utils/Interfaces.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ export interface ComponentInt {
5555
childrenArray: ChildInt[];
5656
nextChildId: number;
5757
focusChildId: number;
58-
childrenArrayChildInt: any;
58+
childrenArrayChildInt?: any;
5959
}
6060

6161
export interface ComponentsInt extends Array<ComponentInt> {}

0 commit comments

Comments
 (0)