@adcp/client API Reference - v3.3.3
    Preparing search index...

    Variable WebhookResponseTypeSchemaConst

    WebhookResponseTypeSchema: ZodUnion<
        readonly [
            ZodLiteral<"html">,
            ZodLiteral<"json">,
            ZodLiteral<"xml">,
            ZodLiteral<"javascript">,
        ],
    > = ...