export type DeferLoadComponentObj = { viewName: string; pageReference: string; contextName: string; isInProgress: boolean; active: boolean; caseKey: string; cascade?: boolean; };