export interface IDialogButton { name: string; clickHandler: Function; isPrimary: boolean; } export interface IDynamicResource { resources: Array; componentPath: string; ngfactoryModulePath: string; ngModulePath?: string; }