Function useAppsBranchesLastProcessStartedDate
- useAppsBranchesLastProcessStartedDate(args): { 
    [appId: string]: { 
        [appBranchUid: string]: Date | undefined; 
    }; 
} Returns { 
    [appId: string]: { 
        [appBranchUid: string]: Date | undefined; 
    }; 
}
[appId: string]: { 
    [appBranchUid: string]: Date | undefined; 
}
[appBranchUid: string]: Date | undefined