import type { Type } from '@angular/core'; export interface ModalHeaderTab { readonly title: string; readonly component: Type; readonly inputs: { [key: string]: unknown; }; }