Skip to content

Commit

Permalink
Merge pull request #81 from rozsazoltan/ts-fix-stepentity
Browse files Browse the repository at this point in the history
(ts) fix: `StepEntity.content` is required
  • Loading branch information
fatihsolhan committed Sep 24, 2023
2 parents ee5efe4 + b70c7ac commit 62d079a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/types/StepEntity.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { VOnboardingWrapperOptions } from "@/types/VOnboardingWrapper";
export type AttachableElement = string | (() => Element | null)

export interface StepEntity {
content?: {
content: {
title: string;
description?: string;
}
Expand Down

0 comments on commit 62d079a

Please sign in to comment.