import { Type } from '@angular/core'; import { ActionConfig } from './general-types'; export interface ConfigObjectScreenOptions { objectSingleName: string; objectRemoteRestUrl: string; homeScreenRoutingPath: string; componentType: Type<{}>; model?: any; customUseCases?: ActionConfig[]; }