fix(sync): map workspace warp not found (#28882)
This commit is contained in:
parent
05f51bfe45
commit
0e14404e5f
4 changed files with 29 additions and 1 deletions
|
|
@ -8169,6 +8169,10 @@ export type ExperimentalWorkspaceWarpErrors = {
|
|||
* WorkspaceWarpError | VcsApplyError | InvalidRequestError
|
||||
*/
|
||||
400: WorkspaceWarpError | VcsApplyError | InvalidRequestError
|
||||
/**
|
||||
* NotFoundError
|
||||
*/
|
||||
404: NotFoundError
|
||||
}
|
||||
|
||||
export type ExperimentalWorkspaceWarpError = ExperimentalWorkspaceWarpErrors[keyof ExperimentalWorkspaceWarpErrors]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue