Skip to content

Commit 4dfdbb8

Browse files
authored
Merge pull request #10 from oslabs-beta/feature-testing
changed stepsobj interface
2 parents f490dcb + 36cabce commit 4dfdbb8

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)