import { TemplateRef, Type } from "@angular/core"; export interface IStepperData { title?: string; content?: TemplateRef | null | undefined; component?: Type | null; inputs?: any; }