We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1f99952 + 2511a7d commit f1820ffCopy full SHA for f1820ff
src/packages/next/lib/api/schema/compute/common.ts
@@ -41,9 +41,9 @@ export const ComputeServerImageProxySchema = z.object({
41
name: z.string().optional(),
42
});
43
44
-export const GoogleCloudServerConfigurationSchema = z.object({});
+export const GoogleCloudServerConfigurationSchema = z.object({}).passthrough();
45
46
-export const HyperstackServerConfigurationSchema = z.object({});
+export const HyperstackServerConfigurationSchema = z.object({}).passthrough();
47
48
export const ServerConfigurationSchema = z.union([
49
GoogleCloudServerConfigurationSchema,
0 commit comments