Skip to content

Commit 36cabce

Browse files
committed
changed stepsobj interface
1 parent f490dcb commit 36cabce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/components/FrontendTypes.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ export interface TutorialState {
234234

235235
export interface StepsObj {
236236
title: string;
237-
element?: string;
237+
element?: string | Element;
238238
intro: string;
239239
position: string;
240240
}

0 commit comments

Comments
 (0)