diff --git a/packages/ibm-products/src/components/CoachmarkStack/CoachmarkStack.tsx b/packages/ibm-products/src/components/CoachmarkStack/CoachmarkStack.tsx index 5e918f1644b..70bd945ba05 100644 --- a/packages/ibm-products/src/components/CoachmarkStack/CoachmarkStack.tsx +++ b/packages/ibm-products/src/components/CoachmarkStack/CoachmarkStack.tsx @@ -41,10 +41,8 @@ import { COACHMARK_OVERLAY_KIND } from '../Coachmark/utils/enums'; type Media = | { render?: () => ReactNode; - filePaths?: never; } | { - render?: never; filePaths?: string[]; }; interface CoachmarkStackProps {