Function useAppBranchDefaultRootDirPathQuery
- useAppBranchDefaultRootDirPathQuery(params): ApiQuery<{
appId: string;
appAccessToken?: string;
appBranchId: string;
}, AppBranchDefaultRootDirPathInvalidQueryData, AppBranchDefaultRootDirPathValidQueryData> Parameters
- params: {
appId: string;
appAccessToken?: string;
appBranchId: string;
}appId: string
Optional
appAccessToken?: string
appBranchId: string
Returns ApiQuery<{
appId: string;
appAccessToken?: string;
appBranchId: string;
}, AppBranchDefaultRootDirPathInvalidQueryData, AppBranchDefaultRootDirPathValidQueryData>
- useAppBranchDefaultRootDirPathQuery(params): undefined | ApiQuery<{
appId: string;
appAccessToken?: string;
appBranchId: string;
}, AppBranchDefaultRootDirPathInvalidQueryData, AppBranchDefaultRootDirPathValidQueryData> Parameters
- params: undefined | {
appId: string;
appAccessToken?: string;
appBranchId: string;
}
Returns undefined | ApiQuery<{
appId: string;
appAccessToken?: string;
appBranchId: string;
}, AppBranchDefaultRootDirPathInvalidQueryData, AppBranchDefaultRootDirPathValidQueryData>