Function useAppsRegisteredBranchesState
- useAppsRegisteredBranchesState(params): {
[appId: string]: {
[appRegisteredBranchUid: string]: AppBranchState;
};
} Returns {
[appId: string]: {
[appRegisteredBranchUid: string]: AppBranchState;
};
}
[appId: string]: {
[appRegisteredBranchUid: string]: AppBranchState;
}