Skip to content

Commit 9573c38

Browse files
committed
Fix missing type after rebase
1 parent 58841ef commit 9573c38

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

apps/webapp/app/v3/services/initializeDeployment.server.ts

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
1-
import { BuildServerMetadata, type InitializeDeploymentRequestBody } from "@trigger.dev/core/v3";
1+
import {
2+
BuildServerMetadata,
3+
type InitializeDeploymentRequestBody,
4+
type ExternalBuildData,
5+
} from "@trigger.dev/core/v3";
26
import { customAlphabet } from "nanoid";
37
import { env } from "~/env.server";
48
import { type AuthenticatedEnvironment } from "~/services/apiAuth.server";

0 commit comments

Comments
 (0)