@adcp/sdk API Reference - v7.9.0
    Preparing search index...

    Variable WebhookResponseTypeSchemaConst

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