fix(sync): map workspace warp not found (#28882)

This commit is contained in:
Shoubhit Dash
2026-05-22 23:15:53 +05:30
committed by GitHub
parent 05f51bfe45
commit 0e14404e5f
4 changed files with 29 additions and 1 deletions

View File

@@ -8169,6 +8169,10 @@ export type ExperimentalWorkspaceWarpErrors = {
* WorkspaceWarpError | VcsApplyError | InvalidRequestError
*/
400: WorkspaceWarpError | VcsApplyError | InvalidRequestError
/**
* NotFoundError
*/
404: NotFoundError
}
export type ExperimentalWorkspaceWarpError = ExperimentalWorkspaceWarpErrors[keyof ExperimentalWorkspaceWarpErrors]