diff --git a/ember-shepherd/src/utils/buttons.ts b/ember-shepherd/src/utils/buttons.ts index f999407d..baa8616d 100644 --- a/ember-shepherd/src/utils/buttons.ts +++ b/ember-shepherd/src/utils/buttons.ts @@ -6,7 +6,7 @@ import { type StepOptionsButton } from 'shepherd.js'; import type TourService from '../services/tour'; export type EmberShepherdButton = StepOptionsButton & { - type: 'back' | 'cancel' | 'next'; + type?: 'back' | 'cancel' | 'next'; }; /**