Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

registryConfigSchema

const registryConfigSchema: z.ZodRecord<z.ZodEffects<z.ZodString, string, string>, z.ZodUnion<[z.ZodEffects<z.ZodString, string, string>, z.ZodObject<{
url: z.ZodEffects<z.ZodString, string, string>;
}
, "strip", z.ZodTypeAny, {
url: string;
params?: Record<string, string> | undefined;
headers?: Record<string, string> | undefined;
}
, {
url: string;
params?: Record<string, string> | undefined;
headers?: Record<string, string> | undefined;
}
>
]
>
>
;