[autofix.ci] apply automated fixes

This commit is contained in:
autofix-ci[bot]
2025-09-06 19:49:09 +00:00
committed by GitHub
parent 32cbc5b4b7
commit fc2bd44983
2 changed files with 1 additions and 2 deletions

View File

@@ -31,5 +31,4 @@ export const deployJobSchema = z.discriminatedUnion("applicationType", [
}),
]);
export type DeployJob = z.infer<typeof deployJobSchema>;