Skip to main content
Go to Latest
type alias PublishRequest
import { type PublishRequest } from "https://deno.land/x/upstash_qstash@v0.4.0-canary.0/mod.ts";
definition: Destination & { body?: BodyInit; headers?: HeadersInit; delay?: number; notBefore?: number; deduplicationId?: string; contentBasedDeduplication?: boolean; retries?: number; callback?: string; } & ({ cron: string; } | { cron?: never; })