Function retrieveAppsRegisteredBranchesState
- retrieveAppsRegisteredBranchesState(args): Promise<{
[appId: string]: {
[appRegisteredBranchUid: string]: AppBranchState;
};
}> Returns Promise<{
[appId: string]: {
[appRegisteredBranchUid: string]: AppBranchState;
};
}>