import type { Type } from '@angular/core'; export interface CuiRenderDynamicModalDialogData { component: Type; inputs: Record; }