Skip to main content
Go to Latest
type alias PublishJsonRequest
import { type PublishJsonRequest } from "https://deno.land/x/upstash_qstash@v0.4.0-canary.0/mod.ts";
definition: Omit<PublishRequest, "body"> & { body: unknown; }