Function useAppBranchStateSuspenseValidQuery
- useAppBranchStateSuspenseValidQuery(params): ApiSuspenseValidQuery<{
appId: string;
appBranchId: string;
appBranchProfile?: string;
}, AppBranchStateValidQueryData> Parameters
- params: {
appId: string;
appBranchId: string;
appBranchProfile?: string;
}appId: string
appBranchId: string
Optional
appBranchProfile?: string
Returns ApiSuspenseValidQuery<{
appId: string;
appBranchId: string;
appBranchProfile?: string;
}, AppBranchStateValidQueryData>