Variable DigitaloceanDnsProviderConfigSchemaConst
DigitaloceanDnsProviderConfigSchema: ZodObject<
Omit<
{
auth_token: ZodString;
Client: ZodObject<{}, "strip", ZodTypeAny, {}, {}>;
},
"Client",
>,
"strip",
ZodTypeAny,
{ auth_token: string },
{ auth_token: string },
> = ...
DigitaloceanDnsProviderConfig schema.
Omits the generated schema's
Clientfield — a tygo artifact from an all-unexported Go embed that contributes nothing to real JSON output. See the equivalent note on DigitaloceanDnsProviderConfig intypes.ts.