@accelerated-software-development/caddy-api-client - v0.10.0
    Preparing search index...

    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 Client field — a tygo artifact from an all-unexported Go embed that contributes nothing to real JSON output. See the equivalent note on DigitaloceanDnsProviderConfig in types.ts.