import { Type } from "@angular/core"; export interface DynamicComponent { component: Type; inputs?: { [key: string]: string | number; }; }