diff options
Diffstat (limited to 'packages/sdk')
| -rw-r--r-- | packages/sdk/js/src/gen/types.gen.ts | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/packages/sdk/js/src/gen/types.gen.ts b/packages/sdk/js/src/gen/types.gen.ts index 08335dd39..efa5c9946 100644 --- a/packages/sdk/js/src/gen/types.gen.ts +++ b/packages/sdk/js/src/gen/types.gen.ts @@ -1264,12 +1264,7 @@ export type Path = { } export type VcsInfo = { - worktree: string - directory: string - projectID: string - vcs?: { - branch: string - } + branch: string } export type NotFoundError = { |
