Function useAppBranchLatestPartiallyPublishedVersionIdQuery
- useAppBranchLatestPartiallyPublishedVersionIdQuery(params): ApiQuery<{
appId: string;
appAccessToken?: string;
appBranchId: string;
}, AppBranchLatestPartiallyPublishedVersionIdInvalidQueryData, AppBranchLatestPartiallyPublishedVersionIdValidQueryData> Parameters
- params: {
appId: string;
appAccessToken?: string;
appBranchId: string;
}appId: string
Optional
appAccessToken?: string
appBranchId: string
Returns ApiQuery<{
appId: string;
appAccessToken?: string;
appBranchId: string;
}, AppBranchLatestPartiallyPublishedVersionIdInvalidQueryData, AppBranchLatestPartiallyPublishedVersionIdValidQueryData>
- useAppBranchLatestPartiallyPublishedVersionIdQuery(params): undefined | ApiQuery<{
appId: string;
appAccessToken?: string;
appBranchId: string;
}, AppBranchLatestPartiallyPublishedVersionIdInvalidQueryData, AppBranchLatestPartiallyPublishedVersionIdValidQueryData> Parameters
- params: undefined | {
appId: string;
appAccessToken?: string;
appBranchId: string;
}
Returns undefined | ApiQuery<{
appId: string;
appAccessToken?: string;
appBranchId: string;
}, AppBranchLatestPartiallyPublishedVersionIdInvalidQueryData, AppBranchLatestPartiallyPublishedVersionIdValidQueryData>