Function useAppRegisteredBranchesStateQuery
- useAppRegisteredBranchesStateQuery(params): ApiQuery<{
appId: string;
}, AppRegisteredBranchesStateQueryInvalidQueryData, AppRegisteredBranchesStateQueryValidQueryData> Parameters
- params: {
appId: string;
}
Returns ApiQuery<{
appId: string;
}, AppRegisteredBranchesStateQueryInvalidQueryData, AppRegisteredBranchesStateQueryValidQueryData>
- useAppRegisteredBranchesStateQuery(params): undefined | ApiQuery<{
appId: string;
}, AppRegisteredBranchesStateQueryInvalidQueryData, AppRegisteredBranchesStateQueryValidQueryData> Parameters
- params: undefined | {
appId: string;
}
Returns undefined | ApiQuery<{
appId: string;
}, AppRegisteredBranchesStateQueryInvalidQueryData, AppRegisteredBranchesStateQueryValidQueryData>